mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
chore: order picker regions
This commit is contained in:
@@ -69,8 +69,8 @@ button.g-button {
|
||||
text-align: center;
|
||||
color: white;
|
||||
transition:
|
||||
color 100ms ease-in-out,
|
||||
background-color 100ms ease-in-out;
|
||||
color 100ms ease-in,
|
||||
background-color 100ms ease-in;
|
||||
|
||||
&.action {
|
||||
background-color: $bgColDarker;
|
||||
@@ -149,6 +149,10 @@ select {
|
||||
}
|
||||
}
|
||||
|
||||
option[disabled] {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
// List style
|
||||
ul {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user