summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 20:04:57 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 20:09:32 +0300
commitfb8b2153acbdfe42edd2dddbc10778812a60c869 (patch)
tree15773ffefc52b6f456a64519ebf0593b3bc323e5 /tt-rss.css
parente8c20f92626f26fa178fbdac067bb7ec05ea81af (diff)
update label editor
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 0eba89c13..55c1871a7 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1284,6 +1284,20 @@ span.labelColorIndicator {
margin-right : 2px;
}
+span.labelColorIndicator2 {
+ height : 14px;
+ width : 14px;
+ font-height : 9px;
+ display : inline-block;
+ border : 1px solid black;
+ background-color : #fff7d5;
+ color : #063064;
+ text-align : center;
+ margin-right : 2px;
+ vertical-align : bottom;
+}
+
+
div.labelColorIndicator {
height : 14px;
width : 14px;
@@ -1543,13 +1557,13 @@ img.feedIcon, img.tinyFeedIcon {
height : 16px;
}
-div#feedlistLoading, div#filterlistLoading {
+div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
text-align : center;
padding : 5px;
color : gray;
}
-div#feedlistLoading img, div#filterlistLoading img {
+div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
margin-right : 5px;
}