mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-25 07:57:01 -05:00
Change <select> menu font to match PS
<select> menus are now Verdana like the rest of PS. (Their font was previously controlled by the operating system)
This commit is contained in:
parent
9275c04326
commit
2eade6fdf5
|
|
@ -87,6 +87,10 @@ button {
|
|||
button:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
select {
|
||||
font-size: 9pt;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.dark a {
|
||||
color: #4488EE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user