mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
style/note icon buttons: fade the color and use the default cursor when disabled
This commit is contained in:
parent
f3416fa03e
commit
e457e6a2f2
@ -10,13 +10,14 @@
|
||||
font-size: 180%;
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
padding: 6px;
|
||||
color: var(--main-text-color);
|
||||
cursor: pointer;
|
||||
color: var(--muted-text-color);
|
||||
}
|
||||
|
||||
.note-icon-widget button.note-icon:hover {
|
||||
border: 1px solid var(--main-border-color);
|
||||
|
||||
.note-icon-widget button.note-icon:disabled {
|
||||
cursor: default;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
.note-icon-widget .dropdown-menu {
|
||||
|
Loading…
x
Reference in New Issue
Block a user