summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 22:23:55 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 22:23:55 +0300
commitc1d9cd3c22c58ce4a746f2718702c58c517a4c42 (patch)
treef0a468b66a8435206a9814c591360156e9c81249 /css/tt-rss.less
parent44820f068bc7d2b03b81db1e72eabc042c0d7757 (diff)
lighter display for checkboxes on headlines frame to fit better with marked/pub icons (2)
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 913744df3..d049e3805 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -798,11 +798,11 @@ body.ttrss_main {
.dijitCheckBox:not(.dijitCheckBoxChecked) {
background: transparent;
- opacity : 0.7;
+ opacity : 0.9;
}
.dijitCheckBox:not(.dijitCheckBoxChecked)::before {
- color : @default-text;
+ color : lighten(@default-text, 20%);
}
div.feed-title {