summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 16:14:45 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 16:14:45 +0100
commit35f3c923c47a94af018ff2b41d8c37a5956a9d37 (patch)
treeb443eb4f10c750d02bef2abd97386a7025963d12 /tt-rss.css
parent04f6df27b991f9811ab4ee1b79151f7c1667df36 (diff)
select all/none prompt for pref tables + related API
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 6c9735c4c..d32a39088 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -666,3 +666,8 @@ table.innerFeedTable td {
margin : 0px;
padding : 0px;
}
+
+td.selectPrompt {
+ font-size : x-small;
+ color : gray;
+}