Add background color to language select menu

This helps readability when language box overflows stores box
This commit is contained in:
Blake Grotewold
2015-05-11 10:40:11 -04:00
parent 9f8fa6c121
commit 95a3b68e12
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@ body {
color: #EEE;
}
.customSelectOptions > ul {
background-color: #272823;
}
div.headerButton {
border-left: 1px solid #EEE;
}
+1
View File
@@ -97,6 +97,7 @@ span.customSelectOptions {
bottom: 0;
position: absolute;
right: 0;
background-color: white;
}
.customSelectOptions > ul:hover {