mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-07-03 01:32:13 +08:00
Merge pull request #414 from ekgr/master
Changed size of languages menu (issue#413)
This commit is contained in:
+3
-3
@@ -83,12 +83,12 @@ div#header {
|
|||||||
|
|
||||||
span.customSelectOptions {
|
span.customSelectOptions {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 80px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customSelectOptions > ul {
|
.customSelectOptions > ul {
|
||||||
max-height: 20px;
|
max-height: 20px;
|
||||||
width: 80px;
|
width: 120px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
-webkit-transition: max-height 1s;
|
-webkit-transition: max-height 1s;
|
||||||
transition: max-height 1s;
|
transition: max-height 1s;
|
||||||
@@ -101,7 +101,7 @@ span.customSelectOptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.customSelectOptions > ul:hover {
|
.customSelectOptions > ul:hover {
|
||||||
max-height: 400px;
|
max-height: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customSelectOptions > ul > li {
|
.customSelectOptions > ul > li {
|
||||||
|
|||||||
Reference in New Issue
Block a user