1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 01:09:15 +00:00

remove transition from disabled checkbox

This commit is contained in:
Andrew Dolgov
2014-01-28 10:07:52 +04:00
parent f3479db384
commit 487e1baee2
2 changed files with 5 additions and 1 deletions

View File

@@ -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");