mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
fix: first and last tabs label margin
This commit is contained in:
parent
2e892ff083
commit
6bffd8e859
1 changed files with 9 additions and 0 deletions
|
|
@ -1000,6 +1000,15 @@ input[type="checkbox"] {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app .tabs>label:first-of-type {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app .tabs>label:last-of-type {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#rl-app .tabs>label:hover {
|
#rl-app .tabs>label:hover {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-bottom-color: var(--nc-color-primary-element);
|
border-bottom-color: var(--nc-color-primary-element);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue