mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-30 00:02:29 +08:00
Styling on the language dropdown
This commit is contained in:
+14
-1
@@ -1,5 +1,5 @@
|
|||||||
/* Fonts */
|
/* Fonts */
|
||||||
body, .tooltip {
|
body, .tooltip, select.menuBtn {
|
||||||
font-family: "Times New Roman", Times, serif;
|
font-family: "Times New Roman", Times, serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@@ -65,6 +65,19 @@ div#header {
|
|||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-wrap {
|
||||||
|
display: inline-block;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
select.menuBtn {
|
||||||
|
color: #666;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
margin: -1px -20px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.menu span:hover {
|
.menu span:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|||||||
+620
-606
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user