theming, menu fixes

This commit is contained in:
Jan Prochazka
2022-02-12 09:29:36 +01:00
parent 0c1640a75a
commit f11d3e134b
4 changed files with 19 additions and 11 deletions

View File

@@ -424,7 +424,7 @@
background-color: var(--theme-bg-3);
} */
.db-name.selected {
background-color: var(--theme-bg-1);
background-color: var(--theme-bg-0);
}
.file-tab-item {
border-right: 1px solid var(--theme-border);
@@ -439,7 +439,7 @@
user-select: none;
}
.file-tab-item.selected {
background-color: var(--theme-bg-1);
background-color: var(--theme-bg-0);
}
.file-name {
margin-left: 5px;