mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Improved select button.
This commit is contained in:
parent
2859dacd90
commit
762591bf24
@ -11,8 +11,10 @@
|
||||
.core_Select .core_Select_elements {
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
top: 25px;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
border: var(--control-border);
|
||||
}
|
||||
|
||||
@ -23,6 +25,7 @@
|
||||
|
||||
.core_Select .core_Select_elements_inner > * {
|
||||
padding: 5px 8px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.core_Select .core_Select_elements_inner > *:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user