Skip to content

Commit

Permalink
Add background color to language select menu
Browse files Browse the repository at this point in the history
This helps readability when language box overflows stores box
  • Loading branch information
groteworld committed May 11, 2015
1 parent 9f8fa6c commit 95a3b68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ body {
color: #EEE;
}

.customSelectOptions > ul {
background-color: #272823;
}

div.headerButton {
border-left: 1px solid #EEE;
}
Expand Down
3 changes: 2 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ span.customSelectOptions {
bottom: 0;
position: absolute;
right: 0;
background-color: white;
}

.customSelectOptions > ul:hover {
Expand Down Expand Up @@ -320,7 +321,7 @@ div.button div.cooldown {
top: 4px;
}

/* Overall size of buttons controlled by this style
/* Overall size of buttons controlled by this style
border-width and margin-left should be the same. */
.upBtn:before, .dnBtn:before, .upManyBtn:before, .dnManyBtn:before {
border-width: 6px;
Expand Down

0 comments on commit 95a3b68

Please sign in to comment.