From 487e1baee202132ced0896564156e4c4cadc742e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Jan 2014 10:07:52 +0400 Subject: remove transition from disabled checkbox --- css/tt-rss.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/tt-rss.css') 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"); -- cgit v1.2.3-54-g00ecf