1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:15:56 +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

@@ -55,7 +55,7 @@ div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
border-color : #eee;
border-style : solid;
margin : 0px 0px 5px 0px;
background-color : #f5f5f5;
background-color : white;
}
div.filterTestHolder, div.prefFeedOPMLHolder {
border-width : 1px;

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