Finally really fixing dropdowns
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
5
templates/Sparkle/assets/css/froxlor.css
vendored
5
templates/Sparkle/assets/css/froxlor.css
vendored
@@ -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 {
|
||||
|
||||
5
templates/Sparkle/assets/css/main.css
vendored
5
templates/Sparkle/assets/css/main.css
vendored
@@ -761,11 +761,10 @@ 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;
|
||||
-webkit-appearance:none;
|
||||
|
||||
Reference in New Issue
Block a user