mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
added styles to options in custom selects (related to issue #28)
This commit is contained in:
parent
9ab2787e5e
commit
b81e5d4d17
1 changed files with 6 additions and 2 deletions
|
@ -1584,10 +1584,14 @@ input::-moz-focus-inner{
|
||||||
background-color:#FFFFCB;
|
background-color:#FFFFCB;
|
||||||
}
|
}
|
||||||
.b-new-entry select.styled{
|
.b-new-entry select.styled{
|
||||||
top:10px;
|
top:0;
|
||||||
}
|
}
|
||||||
.b-new-entry option{
|
.b-new-entry option{
|
||||||
font:14px arial,sans-serif;
|
padding:5px 5px 5px 8px;
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
font-size:14px;
|
||||||
|
font-weight:bold;
|
||||||
|
color:#555;
|
||||||
}
|
}
|
||||||
.b-new-entry .form-options-group{}
|
.b-new-entry .form-options-group{}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue