summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-26 11:07:53 +0100
committerAndrew Dolgov <[email protected]>2009-01-26 11:07:53 +0100
commit2eb9c95c970644f8408da9d22b60a66caadd36fb (patch)
tree28898aa275858840119816938380f1ef4562a5f6 /tt-rss.css
parentc218ceb82c23fc37179c792a6c67af5114f0d079 (diff)
support colored labels
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index cc98fbd24..fcc4c7b59 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -2087,4 +2087,15 @@ div#errorBox input {
margin-bottom : 10px;
}
+span.prefsLabelEntry {
+ padding : 2px;
+}
+div.labelColorIndicator {
+ float : right;
+ height : 14px;
+ width : 14px;
+ line-height : 14px;
+ font-height : 9px;
+ text-align : center;
+}