summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-13 19:05:36 +0400
committerAndrew Dolgov <[email protected]>2009-10-13 19:05:36 +0400
commit37e93d6ccae51c283f3b480195016d749ecab1a5 (patch)
tree16a8490a3a111027cae2cd0f88452d4dd3b73ade /tt-rss.css
parentf4280bdd13e1a1ad54f6ddfafaccdc0e43aa756e (diff)
display special dialog when new articles are available in the current feed instead of reloading it
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4510ad705..a41d49d79 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}