froxlor.css: fixed formatting of formfields
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
11
templates/Sparkle/assets/css/froxlor.css
vendored
11
templates/Sparkle/assets/css/froxlor.css
vendored
@@ -212,6 +212,12 @@ table tfoot td {
|
||||
padding-right:0;
|
||||
}
|
||||
|
||||
input {
|
||||
color:#000;
|
||||
background-color:#dae7ee!important;
|
||||
border:1px solid #666666;
|
||||
}
|
||||
|
||||
/*
|
||||
* BUTTONS
|
||||
*/
|
||||
@@ -246,12 +252,7 @@ input[class="nobutton"],input[type="reset"],input[class="nobutton"]:hover,input[
|
||||
select {
|
||||
color:#000;
|
||||
background:#dae7ee;
|
||||
padding:4px;
|
||||
border:1px solid #666;
|
||||
-moz-border-radius:5px;
|
||||
-khtml-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
-webkit-appearance:menulist-button;
|
||||
-moz-appearance:menulist-button;
|
||||
appearance:menulist-button;
|
||||
|
||||
Reference in New Issue
Block a user