summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-11 08:29:42 +0100
committerAndrew Dolgov <[email protected]>2005-12-11 08:29:42 +0100
commita426e532a6919e718193fcc95e69456701423aa6 (patch)
tree2bf789fd47493bff841df0f25dbe8a34f403e02b /tt-rss.css
parent4da47970fb9aacca2bbfc2557d999d19be1c3102 (diff)
cleanup prefs tables display
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e4954035c..d95f1315e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -444,13 +444,20 @@ input {
/* preferences */
tr.title td {
- font-weight : bold;
border-width : 0px 0px 1px 0px;
border-color : #f0f0f0;
border-style : solid;
font-size : x-small;
+ color : gray;
}
+tr.title td a {
+ color : gray;
+}
+
+tr.title td a:hover {
+ color : #5050aa;
+}
table.prefFeedList td.feedEditCat {
font-size : large;