summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-31 15:27:42 +0400
committerAndrew Dolgov <[email protected]>2014-01-31 15:27:42 +0400
commit6e93e96d11bb51234fa6dcb45e24dc096ee0b7f4 (patch)
tree0c01e9a97526e245b97188704d6980f6c938ad6c /css/tt-rss.css
parent420ec634253674ff38f24032c72adb2fb9da60a7 (diff)
tweak checkbox appearance a bit to conform better to general claro style
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 67e8aca7e..676e7ba3e 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1053,6 +1053,12 @@ div.enclosure_title {
body#ttrssMain #headlines-frame .dijitCheckBox {
border-width : 0px;
+ opacity : 0.5;
+}
+
+body#ttrssMain #headlines-frame .dijitCheckBoxHover,
+body#ttrssMain #headlines-frame .dijitCheckBoxChecked {
+ opacity : 1;
}
body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {