mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
use button CSS variables in more places
This commit is contained in:
@@ -93,7 +93,7 @@ const TAB_ROW_TPL = `
|
||||
|
||||
.note-new-tab:hover {
|
||||
background-color: var(--accented-background-color);
|
||||
border-radius: 5px;
|
||||
border-radius: var(--button-border-radius);
|
||||
}
|
||||
|
||||
.tab-row-filler {
|
||||
|
||||
Reference in New Issue
Block a user