summaryrefslogtreecommitdiff
path: root/themes/night.css
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 /themes/night.css
parentad5a43bf6620b1161bd6db0e6c0768eea2b8e50b (diff)
exp: tweak headline label styles
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css21
1 files changed, 12 insertions, 9 deletions
diff --git a/themes/night.css b/themes/night.css
index 6f2d1ae19..041815d97 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -401,21 +401,24 @@ body.ttrss_main span.preview {
font-size: 12px;
padding-left: 4px;
}
-body.ttrss_main .hl.Selected .hlLabelRef,
-body.ttrss_main .hl.active .hlLabelRef {
- color: #cccccc;
-}
-body.ttrss_main span.hlLabelRef {
+body.ttrss_main .label {
+ display: inline-flex;
+ vertical-align: middle;
background-color: #fff7d5;
- font-size: 8px;
+ font-size: 9px;
color: #cccccc;
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;
+}
+body.ttrss_main .label i {
+ margin-right: 2px;
+}
+body.ttrss_main .label > * {
+ align-self: center;
}
body.ttrss_main i.marked-pic,
body.ttrss_main i.pub-pic {