]> git.wh0rd.org - tt-rss.git/blobdiff - themes/night.css
Fix themes/night.css for iOS browsers
[tt-rss.git] / themes / night.css
index 5ab3c5b89291037f87cb983afb39aa83965c22f6..23c2a6de1c4bcbca3e421b03072c87f0ec3c81f0 100644 (file)
@@ -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;
 }
@@ -130,6 +135,7 @@ body#ttrssMain .cdm img.tinyFeedIcon,
 body#ttrssMain .cdm .cdmFooter img,
 body#ttrssMain #feedTree img,
 body#ttrssMain .postContent img {
+       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
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
 }