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:
Guangcong Luo 2017-06-29 10:13:41 -04:00
parent 9275c04326
commit 2eade6fdf5

View File

@ -87,6 +87,10 @@ button {
button:disabled {
cursor: default;
}
select {
font-size: 9pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
.dark a {
color: #4488EE;