fixing tables and dropdowns in froxlor theme

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-24 17:48:30 +01:00
parent 397c6e9c50
commit c107652e9a
2 changed files with 6 additions and 5 deletions

View File

@@ -761,7 +761,7 @@ input[type="checkbox"] {
}
select {
padding:2px 4px 2px 24px;
padding:1px 4px 2px 24px !important;
color: #333;
height:28px;
border:1px solid #d9d9d9;
@@ -772,7 +772,8 @@ select {
-moz-appearance:none;
appearance:none;
min-width:170px;
text-indent:.01px;
text-indent:0.01px;
text-overflow: '';
}
select[multiple="multiple"] {