add domain-bulk-import, fixes #1452
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
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