mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Improved theme styling and results in better Nextcloud integration
This commit is contained in:
parent
719847c43e
commit
39a827aa2e
9 changed files with 136 additions and 82 deletions
|
|
@ -126,7 +126,7 @@ tr:hover .drag-handle {
|
|||
}
|
||||
.tabs > [id^="tab"]:checked + label {
|
||||
background-color: var(--tab-active-bg-clr, #fff);
|
||||
border-color: rgba(128,128,128,.5) rgba(128,128,128,.5) transparent rgba(128,128,128,.5);
|
||||
border-color: var(--border-color, #ddd) var(--border-color, #ddd) transparent var(--border-color, #ddd);
|
||||
opacity: 1;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue