tweak checkbox appearance a bit to conform better to general claro style

This commit is contained in:
Andrew Dolgov 2014-01-31 15:27:42 +04:00
parent 420ec63425
commit 6e93e96d11
2 changed files with 15 additions and 9 deletions

View File

@ -131,27 +131,27 @@
.claro .dijitCheckBox { .claro .dijitCheckBox {
background-image : url("../images/untick.png"); background-image : url("../images/untick.png");
background-color : transparent; background-color : transparent;
width : 16px; width : 15px;
height : 16px; height : 15px;
margin : 1px;
opacity : 0.7;
background-position : center center; background-position : center center;
opacity : 0.4;
-webkit-transition : opacity 0.25s;
transition : opacity 0.25s; transition : opacity 0.25s;
border : 1px solid #eee; -webkit-transition : opacity 0.25s;
border-radius : 2px; border : 1px solid #b5bcc7;
padding : 1px; padding : 1px;
} }
.claro .dijitCheckBox:hover { .claro .dijitCheckBox:hover {
opacity : 1; opacity : 1;
} }
.claro .dijitCheckBox.dijitCheckBoxDisabled:hover { .claro .dijitCheckBox.dijitCheckBoxDisabled:hover {
opacity : 0.6; opacity : 0.7;
} }
.claro .dijitCheckBox.dijitCheckBoxChecked { .claro .dijitCheckBox.dijitCheckBoxChecked {
border-color : #ddffdd; border-color : #69C671;
background-image : url("../images/tick.png"); background-image : url("../images/tick.png");
opacity : 1; opacity : 1;
} }

View File

@ -1053,6 +1053,12 @@ div.enclosure_title {
body#ttrssMain #headlines-frame .dijitCheckBox { body#ttrssMain #headlines-frame .dijitCheckBox {
border-width : 0px; border-width : 0px;
opacity : 0.5;
}
body#ttrssMain #headlines-frame .dijitCheckBoxHover,
body#ttrssMain #headlines-frame .dijitCheckBoxChecked {
opacity : 1;
} }
body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf { body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {