mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
styling of active button
This commit is contained in:
parent
384da60953
commit
5988776b7e
@ -435,6 +435,12 @@ div.ui-tooltip {
|
||||
color: var(--primary-button-text-color);
|
||||
}
|
||||
|
||||
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
|
||||
border-color: var(--primary-button-text-color);
|
||||
background-color: var(--active-item-background-color);
|
||||
color: var(--active-item-text-color);
|
||||
}
|
||||
|
||||
.btn.btn-primary kbd {
|
||||
color: var(--primary-button-text-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user