summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-26 11:54:47 +0100
committerAndrew Dolgov <[email protected]>2009-01-26 11:54:47 +0100
commitc17d514b6c1192d4bb7fd0ab58beca00c072ea07 (patch)
treea462d8ea0fe98e01faee7fb28d7f68bf7ca44885 /tt-rss.css
parent2eb9c95c970644f8408da9d22b60a66caadd36fb (diff)
tmp disable colored labels
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index fcc4c7b59..ba69820fd 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -2092,10 +2092,32 @@ span.prefsLabelEntry {
}
div.labelColorIndicator {
- float : right;
height : 14px;
width : 14px;
line-height : 14px;
font-height : 9px;
text-align : center;
+ border : 1px solid black;
+}
+
+div.colorPickerEntry {
+ height : 15px;
+ width : 15px;
+ line-height : 13px;
+ font-height : 9px;
+ text-align : center;
+ border : 1px solid black;
+ margin : 5px 5px 0px 0px;
+ float : left;
+}
+
+div#colorPicker {
+ border : 1px solid #cccccc;
+ background : #f0f0f0;
+ width : 110px;
+ padding : 0px 0px 5px 5px;
+ position : absolute;
+ left : 150px;
+ top : 50px;
+ z-index : 3;
}