summaryrefslogtreecommitdiff
path: root/css/default.css
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/default.css
parent811e1514a3ff47864ff2b18ad8be80f4e323b454 (diff)
lighter display for checkboxes on headlines frame to fit better with marked/pub icons
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index cc05812e5..caa7d246d 100644
--- a/css/default.css
+++ b/css/default.css
@@ -677,6 +677,13 @@ body.ttrss_main #headlines-frame {
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
+body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked) {
+ background: transparent;
+ opacity: 0.7;
+}
+body.ttrss_main #headlines-frame .dijitCheckBox:not(.dijitCheckBoxChecked)::before {
+ color: #555555;
+}
body.ttrss_main #headlines-frame div.feed-title {
border: 0px solid #257aa7;
border-bottom-width: 1px;