Finally really fixing dropdowns
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
7
templates/Sparkle/assets/css/main.css
vendored
7
templates/Sparkle/assets/css/main.css
vendored
@@ -761,13 +761,12 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
select {
|
||||
padding:1px 4px 2px 24px !important;
|
||||
padding:6px 4px 7px 24px;
|
||||
color: #333;
|
||||
height:28px;
|
||||
border:1px solid #d9d9d9;
|
||||
margin:5px 5px 5px 0!important;
|
||||
margin:5px 5px 5px 0;
|
||||
border-radius:3px;
|
||||
background:url(../img/icons/down.png) no-repeat 9px;
|
||||
background: url(../img/icons/down.png) no-repeat 9px;
|
||||
-webkit-appearance:none;
|
||||
-moz-appearance:none;
|
||||
appearance:none;
|
||||
|
||||
Reference in New Issue
Block a user