mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +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%;
|
font-size: 180%;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
cursor: pointer;
|
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
color: var(--main-text-color);
|
cursor: pointer;
|
||||||
|
color: var(--muted-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-icon-widget button.note-icon:hover {
|
.note-icon-widget button.note-icon:disabled {
|
||||||
border: 1px solid var(--main-border-color);
|
cursor: default;
|
||||||
|
opacity: .75;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-icon-widget .dropdown-menu {
|
.note-icon-widget .dropdown-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user