summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-10 21:39:12 +0300
committerAndrew Dolgov <[email protected]>2018-12-10 21:39:12 +0300
commit93dfdb2fcd883db65304e2b410f4af44e916ed33 (patch)
tree408c7e0304396d2de803fe4c9ac718bee838ab5f /css/tt-rss.less
parentad5a43bf6620b1161bd6db0e6c0768eea2b8e50b (diff)
exp: tweak headline label styles
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less24
1 files changed, 14 insertions, 10 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index a1daff7d5..a4e4f2781 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -464,22 +464,26 @@ body.ttrss_main {
padding-left : 4px;
}
- .hl.Selected .hlLabelRef,
- .hl.active .hlLabelRef {
- color : @default-fg;
- }
-
- span.hlLabelRef {
+ .label {
+ display : inline-flex;
+ vertical-align: middle;
background-color : #fff7d5;
- font-size : 8px;
+ font-size : 9px;
color : @default-fg;
font-weight : normal;
margin-left : 2px;
- padding : 1px 4px 1px 4px;
- display : inline-block;
- vertical-align : middle;
+ padding : 1px 4px;
white-space: nowrap;
border-radius : 4px;
+ border : 1px solid;
+
+ i {
+ margin-right : 2px;
+ }
+
+ > * {
+ align-self: center;
+ }
}
i.marked-pic, i.pub-pic {