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

@@ -252,11 +252,8 @@ input[class="nobutton"],input[type="reset"],input[class="nobutton"]:hover,input[
select { select {
color:#000; color:#000;
background:#dae7ee; background-color:#dae7ee;
border:1px solid #666; border:1px solid #666;
-webkit-appearance:menulist-button;
-moz-appearance:menulist-button;
appearance:menulist-button;
} }
.dboarditem { .dboarditem {

View File

@@ -761,11 +761,10 @@ input[type="checkbox"] {
} }
select { select {
padding:1px 4px 2px 24px !important; padding:6px 4px 7px 24px;
color: #333; color: #333;
height:28px;
border:1px solid #d9d9d9; border:1px solid #d9d9d9;
margin:5px 5px 5px 0!important; margin:5px 5px 5px 0;
border-radius:3px; border-radius:3px;
background: url(../img/icons/down.png) no-repeat 9px; background: url(../img/icons/down.png) no-repeat 9px;
-webkit-appearance:none; -webkit-appearance:none;