summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-14 06:51:18 +0100
committerAndrew Dolgov <[email protected]>2007-05-14 06:51:18 +0100
commit365f95dc87b20a2c1f6441155f6e6f2a63128a5e (patch)
tree653525c587b9a8673df0f585354ce709c3d44417 /tt-rss.css
parent442d77f1ccd670c0fde1db0038d3388e64f885e6 (diff)
prefs: show feed errors in feedlist, infobox coloring fixes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 87e3fb2bf..f834ff308 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -521,7 +521,7 @@ div.infoBoxContents td {
}
div.infoBoxContents a {
- color : #4684ff;
+ color : #527040;
}
div.infoBoxContents a:hover {
@@ -655,6 +655,10 @@ table.innerLoginForm td {
padding : 3px 3px 5px 3px;
}
+span.feed_error {
+ color : red;
+}
+
span.insensitive, div.insensitive {
color : gray;
}
@@ -921,7 +925,7 @@ ul.feedErrorsList {
height : 300px;
overflow : auto;
list-style-type : none;
- border : 1px solid #88b0f0;
+ border : 1px solid #99d67a;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;