Skip to content
Snippets Groups Projects
Commit 682c7c29 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

night theme: add workaround for grayscale filter not working on firefox, other minor tweaks

parent c63850fa
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,17 @@ ...@@ -3,12 +3,17 @@
body#ttrssMain #feeds-holder { body#ttrssMain #feeds-holder {
background : #222; background : #222;
border-color : #666; border-color : #666;
border-left-width : 1px;
} }
body#ttrssMain #headlines-frame { body#ttrssMain #headlines-frame {
border-color : #ddd; border-color : #ddd;
} }
body#ttrssMain div.whiteBox {
border-color : #666;
}
body#ttrssMain #content-insert { body#ttrssMain #content-insert {
background : #333; background : #333;
} }
...@@ -132,6 +137,7 @@ body#ttrssMain #feedTree img, ...@@ -132,6 +137,7 @@ body#ttrssMain #feedTree img,
body#ttrssMain .postContent img { body#ttrssMain .postContent img {
filter: grayscale(1); filter: grayscale(1);
-webkit-filter: grayscale(1); -webkit-filter: grayscale(1);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); // firefox lol
} }
body#ttrssMain .hl img.hlScorePic { body#ttrssMain .hl img.hlScorePic {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment