mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
chore: Improve theme selector
This commit is contained in:
parent
980f1e45ef
commit
f88643ce65
1 changed files with 8 additions and 0 deletions
|
|
@ -1126,6 +1126,14 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
border-color: transparent;
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-Themes figure:not(.selected):active {
|
||||
background-color: var(--color-primary-element-light);
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-Themes figure:not(.selected):focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-Themes figure.selected {
|
||||
background-color: var(--color-primary-element);
|
||||
border-color: transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue