Finally really fixing dropdowns

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-24 18:34:51 +01:00
parent c107652e9a
commit 5991c5de30
2 changed files with 4 additions and 8 deletions

View File

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