summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 22:21:35 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 22:21:35 +0300
commit44820f068bc7d2b03b81db1e72eabc042c0d7757 (patch)
tree8b04e4d10655f48b793bbdad5d414a8d471f8383 /css/tt-rss.less
parent811e1514a3ff47864ff2b18ad8be80f4e323b454 (diff)
lighter display for checkboxes on headlines frame to fit better with marked/pub icons
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index b5b61a1ab..913744df3 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -796,6 +796,15 @@ body.ttrss_main {
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
+ .dijitCheckBox:not(.dijitCheckBoxChecked) {
+ background: transparent;
+ opacity : 0.7;
+ }
+
+ .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
+ color : @default-text;
+ }
+
div.feed-title {
border: 0px solid @color-link;
border-bottom-width: 1px;