mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12201] Update select element to follow same design as prosilver.
PHPBB3-12201
This commit is contained in:
parent
ccadda530d
commit
e174e29b41
1 changed files with 3 additions and 0 deletions
|
@ -1130,11 +1130,14 @@ input.langvalue, textarea.langvalue {
|
||||||
}
|
}
|
||||||
|
|
||||||
optgroup, select {
|
optgroup, select {
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
border: 1px solid #666666;
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding: 1px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: auto;
|
width: auto;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
Loading…
Add table
Reference in a new issue