summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 06:38:13 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 06:38:13 +0100
commit8b27182a96c4e3559fc1d50a22426570e4ce00fa (patch)
tree14f81477c70ce127f3b1c0af7d039906bf27280e /tt-rss.css
parent6a244e6ef8d8510929a7cf431c08944e1161c191 (diff)
css: add border to headline subtoolbar
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d7dff96e0..1de11117f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -612,6 +612,12 @@ td.selectPrompt {
color : gray;
}
+table.headlinesSubToolbar {
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color : #f0f0f0;
+}
+
table.headlinesSubToolbar td.headlineActions {
font-size : x-small;
color : gray;