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 {
color:#000;
background:#dae7ee;
background-color:#dae7ee;
border:1px solid #666;
-webkit-appearance:menulist-button;
-moz-appearance:menulist-button;
appearance:menulist-button;
}
.dboarditem {