style change to active tab

This commit is contained in:
zadam 2019-05-21 19:54:57 +02:00
parent 32fae5e9e8
commit ff5ea8b311
2 changed files with 2497 additions and 2496 deletions

4990
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -251,7 +251,8 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
}
.note-tab-row .note-tab[active] .note-tab-wrapper {
background-image: linear-gradient(to bottom, var(--more-accented-background-color), var(--accented-background-color));
background-image: linear-gradient(to bottom, var(--more-accented-background-color), var(--main-background-color));
font-weight: bold;
}
.note-tab-row .note-tab[is-mini] .note-tab-wrapper {