mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 13:19:22 +01:00
Make selected view mode more glowy
This commit is contained in:
parent
6ec7073151
commit
478271348e
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@
|
||||||
transition: all 0.2s ease-out;
|
transition: all 0.2s ease-out;
|
||||||
}
|
}
|
||||||
#shortcuts-settings-container .shortcuts-view-mode label.checked {
|
#shortcuts-settings-container .shortcuts-view-mode label.checked {
|
||||||
box-shadow: inset 0 0 0 3px var(--link-color);
|
box-shadow: inset 0 0 0 3px var(--link-color),
|
||||||
|
inset 0 0 32px var(--link-faded-color);
|
||||||
}
|
}
|
||||||
#shortcuts-settings-container
|
#shortcuts-settings-container
|
||||||
.shortcuts-view-mode
|
.shortcuts-view-mode
|
||||||
|
|
Loading…
Reference in a new issue