summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-30 08:38:58 +0100
committerAndrew Dolgov <[email protected]>2006-09-30 08:38:58 +0100
commit73bdfa53f3d769881838ce30fe37db99494cd4f1 (patch)
tree83ab26e1a56aeb25c1d135286bb72a01711ff0f0 /tt-rss.css
parent76efee8f3ee49ec17b62198aae81431a49371c2b (diff)
feed editor category display tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 637fde693..24f339f66 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -394,21 +394,22 @@ tr.title td {
border-color : #ecf4ff;
border-style : solid;
font-size : small;
- color : black;
+ color : #4684ff;
}
tr.title td a {
- color : black;
+ color : #4684ff;
}
tr.title td a:hover {
- color : #4684ff;
+ color : black;
}
table.prefFeedList td.feedEditCat {
- font-size : large;
font-weight : bold;
- padding : 5px 0px 5px 0px;
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color : #88b0f0;
}
table.prefFeedList td.feedIcon {