mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Add background color to language select menu
This helps readability when language box overflows stores box
This commit is contained in:
@@ -3,6 +3,10 @@ body {
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.customSelectOptions > ul {
|
||||
background-color: #272823;
|
||||
}
|
||||
|
||||
div.headerButton {
|
||||
border-left: 1px solid #EEE;
|
||||
}
|
||||
|
||||
@@ -97,6 +97,7 @@ span.customSelectOptions {
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.customSelectOptions > ul:hover {
|
||||
|
||||
Reference in New Issue
Block a user