1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Fix for selected toolbar buttons in Firefox

See https://github.com/Jermolene/TiddlyWiki5/issues/1599
This commit is contained in:
Jermolene 2015-03-21 16:33:15 +00:00
parent a60ea1d89b
commit 17696e4505

View File

@ -38,8 +38,8 @@ tags: [[$:/tags/Stylesheet]]
<<transition "fill 150ms ease-in-out">>
}
.tc-tiddler-controls button.tc-selected svg,
.tc-page-controls button.tc-selected svg {
.tc-tiddler-controls button.tc-selected,
.tc-page-controls button.tc-selected {
<<filter "drop-shadow(0px -1px 2px rgba(0,0,0,0.25))">>
}