dropdowns and buttons now respect main font sizing

This commit is contained in:
zadam 2019-04-29 21:31:19 +02:00
parent 8205cdc288
commit 7234324112
2 changed files with 8 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;