mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/7932] Fix font size in select boxes
PHPBB3-7932
This commit is contained in:
parent
86f8851c40
commit
cf49b5f46f
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ select {
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
|
|
Loading…
Add table
Reference in a new issue