mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
chore: Improve tabs
This commit is contained in:
parent
e5c0e50c8c
commit
40bcf6b94b
1 changed files with 10 additions and 1 deletions
|
@ -1621,12 +1621,21 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
#rl-app .tabs>label:hover {
|
||||
#rl-app .tabs > label {
|
||||
margin: 0 2px -1px 2px;
|
||||
border-radius: 0;
|
||||
border-top-left-radius: var(--border-radius);
|
||||
border-top-right-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#rl-app .tabs > label:hover {
|
||||
border-color: transparent;
|
||||
border-bottom-color: var(--color-primary-element);
|
||||
background-color: var(--color-background-hover)
|
||||
}
|
||||
|
||||
#rl-app .tabs .tab-content {
|
||||
border-top: solid 1px;
|
||||
border-radius: 4px;
|
||||
border-color: var(--color-primary-element);
|
||||
}
|
Loading…
Reference in a new issue