]> git.wh0rd.org - tt-rss.git/commitdiff
tweak checkbox appearance a bit to conform better to general claro style
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 31 Jan 2014 11:27:42 +0000 (15:27 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 31 Jan 2014 11:27:42 +0000 (15:27 +0400)
css/dijit.css
css/tt-rss.css

index 671a0de279466328b83eab87059699293e81ec3a..f62f6e5611a66c7bc8d362ed176475683c788ca5 100644 (file)
 .claro .dijitCheckBox {
        background-image : url("../images/untick.png");
        background-color : transparent;
-       width : 16px;
-       height : 16px;
+       width : 15px;
+       height : 15px;
+       margin : 1px;
+       opacity : 0.7;
        background-position : center center;    
-       opacity : 0.4;
-       -webkit-transition : opacity 0.25s;
        transition : opacity 0.25s;
-       border : 1px solid #eee;
-       border-radius : 2px;
+       -webkit-transition : opacity 0.25s;
+       border : 1px solid #b5bcc7;
        padding : 1px;
 }
 
-.claro .dijitCheckBox:hover {
+ .claro .dijitCheckBox:hover {
        opacity : 1;
 }
 
 .claro .dijitCheckBox.dijitCheckBoxDisabled:hover {
-       opacity : 0.6;
+       opacity : 0.7;
 }
 
 .claro .dijitCheckBox.dijitCheckBoxChecked {
-       border-color : #ddffdd;
+       border-color : #69C671;
        background-image : url("../images/tick.png");
        opacity : 1;
 }
index 67e8aca7edff7689975bc6919c3f4866eec49074..676e7ba3eaeb38ad85abb921e6d317d348f5931b 100644 (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 {