mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Styling on the language dropdown
This commit is contained in:
+14
-1
@@ -1,5 +1,5 @@
|
||||
/* Fonts */
|
||||
body, .tooltip {
|
||||
body, .tooltip, select.menuBtn {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
@@ -65,6 +65,19 @@ div#header {
|
||||
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 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user