summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 08:26:52 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 08:26:52 +0300
commit0a41c1a6e1e4d822d5ec970e918f83e7104b60f6 (patch)
treef66d63f4f77bec0353bdcb1c4be81cce0dbacd5f /css/tt-rss.less
parent6142e153478509fa8505fb86755ecd21291d8a59 (diff)
update label rendering (and editor)
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less14
1 files changed, 3 insertions, 11 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 062c0d1c6..69c9456c8 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -672,17 +672,8 @@ body.ttrss_main {
}
}
- span.labelColorIndicator {
- height : 16px;
- width : 16px;
- border-radius : 4px;
- line-height : 14px;
- vertical-align : middle;
- font-size : 9px;
- display : inline-block;
- background-color : #fff7d5;
- color : #063064;
- text-align : center;
+ i.icon-label {
+ color : #fff7d5;
}
div#cmdline {
@@ -789,6 +780,7 @@ body.ttrss_main {
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
border-color : #ddd transparent;
background : white;
+ color : #333;
}
.icon {