manage: restore our standard font size in the filter selector

This commit is contained in:
tophf 2017-09-09 16:04:10 +03:00
parent 63954c986f
commit 522629f534

View File

@ -16,6 +16,10 @@ a:hover {
color: #666; color: #666;
} }
select {
font-size: 12px;
}
#header { #header {
width: 280px; width: 280px;
height: 100vh; height: 100vh;