1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Style for selected tiddler info button

This commit is contained in:
Jeremy Ruston 2013-10-14 16:56:42 +01:00
parent 94c2eacdc9
commit 59986ca4f6

View File

@ -495,12 +495,17 @@ a.tw-tiddlylink-external {
vertical-align: baseline;
}
.tw-tiddler-controls svg {
.tw-tiddler-controls button svg {
height: 0.75em;
fill: #ccc;
<<transition "fill 150ms ease-in-out">>
}
.tw-tiddler-controls button.tw-selected svg {
fill: #fff;
<<filter "drop-shadow(0px -1px 2px rgba(0,0,0,0.35))">>
}
.tw-tiddler-controls svg:hover {
fill: #888;
}