1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 00:51:29 +00:00

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

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