1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-26 00:46:52 +00:00

Simplify the page controls by dropping the drop shadow

Makes the icons less blurry in Retina™ displays
This commit is contained in:
Jermolene 2013-11-10 23:04:41 +00:00
parent 04e2f18ff1
commit 8b0b9eafb8

View File

@ -331,17 +331,15 @@ a.tw-tiddlylink-external {
}
.tw-page-controls svg {
height: 1.5em;
height: 1.75em;
min-width: 1px;
padding-right: 0.5em;
fill: #fff;
<<filter "drop-shadow(1px 1px 2px rgba(0,0,0,0.15))">>
<<transition "fill 150ms ease-in-out">>
}
.tw-page-controls svg:hover {
fill: #000;
<<filter "drop-shadow(1px 1px 2px rgba(255,255,255,0.9))">>
}
.tw-menu-list-item {