summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-28 10:07:52 +0400
committerAndrew Dolgov <[email protected]>2014-01-28 10:07:52 +0400
commit487e1baee202132ced0896564156e4c4cadc742e (patch)
tree12525a57f6560aea10c1778b434325a9eedc1d4d /css/tt-rss.css
parentf3479db38493629f4affd0b382af7b3764359a14 (diff)
remove transition from disabled checkbox
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 98ff38290..32b27bf46 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1151,6 +1151,10 @@ body#ttrssMain #headlines-frame .dijitCheckBox {
opacity : 1;
}
+.claro .dijitCheckBox.dijitCheckBoxDisabled:hover {
+ opacity : 0.6;
+}
+
.claro .dijitCheckBox.dijitCheckBoxChecked {
border-color : #ddffdd;
background-image : url("../images/tick.png");