mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-20 04:50:03 +00:00
Provide styles for selected page control buttons
This commit is contained in:
parent
bba4794c0a
commit
d004c9f951
@ -38,7 +38,8 @@ tags: [[$:/tags/Stylesheet]]
|
|||||||
<<transition "fill 150ms ease-in-out">>
|
<<transition "fill 150ms ease-in-out">>
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tiddler-controls button.tc-selected svg {
|
.tc-tiddler-controls button.tc-selected svg,
|
||||||
|
.tc-page-controls button.tc-selected svg {
|
||||||
<<filter "drop-shadow(0px -1px 2px rgba(0,0,0,0.25))">>
|
<<filter "drop-shadow(0px -1px 2px rgba(0,0,0,0.25))">>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -690,7 +690,8 @@ button.tc-untagged-label {
|
|||||||
fill: <<colour tiddler-controls-foreground>>;
|
fill: <<colour tiddler-controls-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tiddler-controls button.tc-selected svg {
|
.tc-tiddler-controls button.tc-selected svg,
|
||||||
|
.tc-page-controls button.tc-selected svg {
|
||||||
fill: <<colour tiddler-controls-foreground-selected>>;
|
fill: <<colour tiddler-controls-foreground-selected>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user