mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
revamp: order train picker
This commit is contained in:
@@ -194,17 +194,18 @@ label.g-checkbox {
|
||||
cursor: pointer;
|
||||
color: #aaa;
|
||||
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
||||
span {
|
||||
transition: color 125ms ease;
|
||||
}
|
||||
|
||||
span::before {
|
||||
content: '';
|
||||
content: '\2717';
|
||||
display: inline-block;
|
||||
width: 1ch;
|
||||
height: 1ch;
|
||||
|
||||
background-color: #aaa;
|
||||
// background-color: #aaa;
|
||||
border-radius: 50%;
|
||||
margin-right: 0.25em;
|
||||
|
||||
@@ -223,7 +224,8 @@ label.g-checkbox {
|
||||
color: greenyellow;
|
||||
|
||||
&::before {
|
||||
background-color: greenyellow;
|
||||
content: '\2713';
|
||||
// background-color: greenyellow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user