mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 17:38:47 +02:00
dropdowns and buttons now respect main font sizing
This commit is contained in:
parent
8205cdc288
commit
7234324112
@ -81,6 +81,10 @@ body {
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#context-menu-container, #context-menu-container .dropdown-menu {
|
||||
padding: 3px 0 0;
|
||||
}
|
||||
|
@ -201,6 +201,10 @@ input, select, textarea {
|
||||
background: var(--input-background-color) !important;
|
||||
}
|
||||
|
||||
button.btn, button.btn-sm {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.input-group-text {
|
||||
background-color: var(--accented-background-color) !important;
|
||||
color: var(--muted-text-color) !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user