mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11: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;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.customSelectOptions > ul {
|
||||||
|
background-color: #272823;
|
||||||
|
}
|
||||||
|
|
||||||
div.headerButton {
|
div.headerButton {
|
||||||
border-left: 1px solid #EEE;
|
border-left: 1px solid #EEE;
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -97,6 +97,7 @@ span.customSelectOptions {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customSelectOptions > ul:hover {
|
.customSelectOptions > ul:hover {
|
||||||
@@ -320,7 +321,7 @@ div.button div.cooldown {
|
|||||||
top: 4px;
|
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. */
|
border-width and margin-left should be the same. */
|
||||||
.upBtn:before, .dnBtn:before, .upManyBtn:before, .dnManyBtn:before {
|
.upBtn:before, .dnBtn:before, .upManyBtn:before, .dnManyBtn:before {
|
||||||
border-width: 6px;
|
border-width: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user