mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
chore: Improve some buttons
This commit is contained in:
parent
2ea3f6de4a
commit
980f1e45ef
1 changed files with 8 additions and 0 deletions
|
@ -344,18 +344,26 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
|
|||
line-height: unset;
|
||||
}
|
||||
|
||||
#rl-app span.fontastic {
|
||||
padding: 6px;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#rl-app span.fontastic:hover,
|
||||
#rl-app .b-footer .btn:hover,
|
||||
#rl-app .b-footer .btn.fontastic:hover,
|
||||
#rl-app #V-SettingsPane .btn-toolbar .btn:hover {
|
||||
background-color: var(--color-background-hover);
|
||||
}
|
||||
|
||||
#rl-app span.fontastic:active,
|
||||
#rl-app .b-footer .btn:active,
|
||||
#rl-app .b-footer .btn.fontastic:active,
|
||||
#rl-app #V-SettingsPane .btn-toolbar .btn:active {
|
||||
background-color: var(--color-primary-element-light);
|
||||
}
|
||||
|
||||
#rl-app span.fontastic:focus,
|
||||
#rl-app .b-footer .btn:focus,
|
||||
#rl-app .b-footer .btn.fontastic:focus,
|
||||
#rl-app #V-SettingsPane .btn-toolbar .btn:focus {
|
||||
|
|
Loading…
Reference in a new issue