mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Button group fallback styles
This commit is contained in:
parent
6a6d836f9e
commit
09f57db753
1 changed files with 2 additions and 1 deletions
|
|
@ -616,7 +616,8 @@ html.rl-left-panel-disabled #rl-app #rl-left {
|
|||
}
|
||||
|
||||
/* fallback */
|
||||
#rl-app #V-MailMessageList .btn-toolbar .btn-group .btn {
|
||||
#rl-app #V-MailMessageList .btn-toolbar .btn-group .btn,
|
||||
#rl-app #V-MailMessageView .btn-toolbar .btn-group .btn {
|
||||
border-radius: var(--nc-border-radius);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue