Simplify the page controls by dropping the drop shadow

Makes the icons less blurry in Retina™ displays
print-window-tiddler
Jermolene 2013-11-10 23:04:41 +00:00
rodzic 04e2f18ff1
commit 8b0b9eafb8
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -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 {