summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 17:39:39 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 17:39:39 +0100
commita82dc5e490e0885f128ebbdf586dc9177ab8188c (patch)
tree3dec1aa6366697291834145347eebde3f7c34679 /tt-rss.css
parent4fc1580a133a5568a05173c984fd999a698418da (diff)
prefs: rework filter editor main UI
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index abed34564..e33b291a4 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -438,6 +438,14 @@ table.prefFeedList td.feedEditCat {
padding-top : 0.5em;
}
+table.prefFilterList td.filterEditCat {
+ font-weight : bold;
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color : #88b0f0;
+ padding-top : 0.5em;
+}
+
table.prefFeedList td.feedIcon {
text-align : center;
}