summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 17:42:49 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 17:42:49 +0100
commit3dbea71b03a6080e5dd9f73866d615e45496ff92 (patch)
tree7e1c6c55b3249c6dbdafb6cd60eb79cc9a00833f /tt-rss.css
parent6782455740ebfc1b8a68a276fa9a882bed94fc08 (diff)
basic functionality pass 6
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2c14c50e2..bb90385aa 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -11,7 +11,7 @@ a {
}
a:hover {
- text-decoration : underline;
+ color : #5050aa;
}
a.button {
@@ -124,6 +124,15 @@ table.main td.content {
overflow : scroll;
}
+td.content a {
+ color : #5050aa;
+ text-decoration : none;
+}
+
+td.content a:hover {
+ text-decoration : underline;
+}
+
table.main td.notify {
height : 40px;
border-width : 1px 0px 0px 0px;