Makes settings select like multiselect
This commit is contained in:
parent
045f8cc971
commit
59cf11c612
1 changed files with 10 additions and 0 deletions
|
@ -12,7 +12,17 @@ table, td, th { vertical-align:middle; }
|
|||
a { border:0; color:#000; text-decoration:none;}
|
||||
a, a *, input, input *, select, .button span, label { cursor:pointer; }
|
||||
ul { list-style:none; }
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background: url('../../core/img/actions/triangle-s.svg') no-repeat right 8px center rgba(240, 240, 240, 0.90);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
select:hover {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
|
|
Loading…
Reference in a new issue