add domain-bulk-import, fixes #1452
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
8
templates/Sparkle/assets/css/froxlor.css
vendored
8
templates/Sparkle/assets/css/froxlor.css
vendored
@@ -157,7 +157,7 @@ input {
|
||||
/*
|
||||
* BUTTONS
|
||||
*/
|
||||
input[type="button"],input[type="submit"],input[type="reset"] {
|
||||
input[type="button"],input[type="submit"],input[type="reset"],input[type="file"] {
|
||||
padding:4px 10px;
|
||||
margin:0 30px 0 0;
|
||||
height:30px;
|
||||
@@ -185,6 +185,12 @@ input[class="nobutton"],input[type="reset"],input[class="nobutton"]:hover,input[
|
||||
padding-left:25px;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
color:blue!important;
|
||||
background:#ccc url('../img/icons/button_ok.png') no-repeat 4px 8px!important;
|
||||
padding-left:25px;
|
||||
}
|
||||
|
||||
select {
|
||||
color:#000;
|
||||
background-color:#dae7ee;
|
||||
|
||||
7
templates/Sparkle/assets/css/main.css
vendored
7
templates/Sparkle/assets/css/main.css
vendored
@@ -590,7 +590,7 @@ input[type="password"] {
|
||||
/*
|
||||
* BUTTONS
|
||||
*/
|
||||
input[type="button"],input[type="submit"],input[type="reset"] {
|
||||
input[type="button"],input[type="submit"],input[type="reset"],input[type="file"] {
|
||||
margin:0 5px;
|
||||
padding:5px 14px;
|
||||
outline:0;
|
||||
@@ -637,6 +637,11 @@ input[class="nobutton"],input[type="reset"] {
|
||||
background-color:#d84a38;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
background-color:#FFFFFF;
|
||||
padding-left:0px;
|
||||
}
|
||||
|
||||
input[class="nobutton"]:hover,input[type="reset"]:hover {
|
||||
color:#fff;
|
||||
background-color:#c53727;
|
||||
|
||||
Reference in New Issue
Block a user