mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-21 05:20:01 +00:00
Correct text & fill colors on some disabled buttons
This commit is contained in:
parent
9f00f1ee16
commit
e7dbb7e712
@ -510,6 +510,10 @@ button:disabled.tc-btn-invisible {
|
|||||||
color: <<colour muted-foreground>>;
|
color: <<colour muted-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:disabled > .tc-btn-text {
|
||||||
|
color: <<colour muted-foreground>>;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-btn-boxed {
|
.tc-btn-boxed {
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
@ -883,7 +887,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
|||||||
fill: <<colour sidebar-controls-foreground>>;
|
fill: <<colour sidebar-controls-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-page-controls button:hover svg, .tc-page-controls a:hover svg {
|
.tc-page-controls button:not(:disabled):hover svg, .tc-page-controls a:hover svg {
|
||||||
fill: <<colour sidebar-controls-foreground-hover>>;
|
fill: <<colour sidebar-controls-foreground-hover>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user