]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
display special dialog when new articles are available in the current feed instead...
[tt-rss.git] / tt-rss.css
index 4510ad705fdbd1c95fd08ade27d439d184bc910d..a41d49d791941dfe57832908351b37a46533f7ea 100644 (file)
@@ -2238,3 +2238,21 @@ div#cmdline {
        height : 18px;
        width : 18px;
 }
+
+div#auxDlg {
+       position : absolute;
+       z-index : 3;
+       bottom : 10px;
+       right : 10px;
+       padding : 5px;
+       border-width : 1px;
+       border-style : solid;
+       border-color : #d7c47a;
+       background-color : #fff7d5;
+       color : black;
+       text-align : center;
+}
+
+div#auxDlg a {
+       color : #4684ff;
+}