fix disappearing text in dropdown menu

This commit is contained in:
mappu 2017-12-10 13:37:33 +13:00
parent 5f2a1b528d
commit 117a5fa51e
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ select {
display: inline;
}
.nav .btn, .nav .current-page, .nav select {
.nav a, .nav .current-page, .nav select {
font-size: 12px;
line-height: 12px;
}
@ -218,7 +218,7 @@ select {
text-align:center;
}
.nav .btn, .nav .current-page, .nav select {
.nav a, .nav .current-page, .nav select {
font-size: 16px;
line-height:16px;
}