add domain-bulk-import, fixes #1452

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-12-15 14:49:34 +01:00
parent 7dd6f9b97c
commit cd5e8801e4
14 changed files with 710 additions and 2 deletions

View File

@@ -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;