mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
chore: Improve tabs
This commit is contained in:
parent
e5c0e50c8c
commit
40bcf6b94b
1 changed files with 10 additions and 1 deletions
|
@ -1621,6 +1621,13 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#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 {
|
#rl-app .tabs > label:hover {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-bottom-color: var(--color-primary-element);
|
border-bottom-color: var(--color-primary-element);
|
||||||
|
@ -1628,5 +1635,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .tabs .tab-content {
|
#rl-app .tabs .tab-content {
|
||||||
|
border-top: solid 1px;
|
||||||
|
border-radius: 4px;
|
||||||
border-color: var(--color-primary-element);
|
border-color: var(--color-primary-element);
|
||||||
}
|
}
|
Loading…
Reference in a new issue