From: Andrew Dolgov Date: Sat, 6 Dec 2014 08:45:41 +0000 (+0300) Subject: night theme: add workaround for grayscale filter not working on firefox, other minor... X-Git-Tag: 1.15~2 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=682c7c29119889d8d773cb8768b9168bbd3cec67 night theme: add workaround for grayscale filter not working on firefox, other minor tweaks --- diff --git a/themes/night.css b/themes/night.css index 5ab3c5b8..78b73f09 100644 --- a/themes/night.css +++ b/themes/night.css @@ -3,12 +3,17 @@ body#ttrssMain #feeds-holder { background : #222; border-color : #666; + border-left-width : 1px; } body#ttrssMain #headlines-frame { border-color : #ddd; } +body#ttrssMain div.whiteBox { + border-color : #666; +} + body#ttrssMain #content-insert { background : #333; } @@ -132,6 +137,7 @@ body#ttrssMain #feedTree img, body#ttrssMain .postContent img { filter: grayscale(1); -webkit-filter: grayscale(1); + filter: url("data:image/svg+xml;utf8,#grayscale"); // firefox lol } body#ttrssMain .hl img.hlScorePic {