Updated
This commit is contained in:
parent
2c8bd6c741
commit
9ae2c4e514
8 changed files with 114 additions and 6 deletions
|
|
@ -151,12 +151,12 @@ mode-switcher {
|
|||
button {
|
||||
cursor: pointer;
|
||||
border-radius: 2em;
|
||||
background-color: @background;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
button selected {
|
||||
background-color: @color5;
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
|
|
@ -172,9 +172,9 @@ element {
|
|||
}
|
||||
|
||||
element selected.normal {
|
||||
background-color: @color5;
|
||||
background-color: rgba(255,211,200,0.1);
|
||||
text-color: @foreground;
|
||||
border-radius: 1.5em;
|
||||
border-radius: 1.25em;
|
||||
}
|
||||
|
||||
element normal.normal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue