mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-30 04:11:32 -08:00
Ensure dirty indicator has higher CSS specificity than menu bar
Fixes #6832
This commit is contained in:
parent
63bba13758
commit
28070f847c
1 changed files with 1 additions and 1 deletions
|
|
@ -2808,7 +2808,7 @@ input.tc-palette-manager-colour-input {
|
|||
** Dirty indicator
|
||||
*/
|
||||
|
||||
body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {
|
||||
html body.tc-dirty span.tc-dirty-indicator, html body.tc-dirty span.tc-dirty-indicator svg {
|
||||
fill: <<colour dirty-indicator>>;
|
||||
color: <<colour dirty-indicator>>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue