settings - radio/checkbox UI - wip

This commit is contained in:
Brian Talbot
2012-11-19 14:59:25 -05:00
parent ab87ff6b20
commit c7784e30fd
2 changed files with 5 additions and 7 deletions

View File

@@ -213,11 +213,9 @@
.ui-status-indic {
z-index: 10;
display: inline-block;
height: 15px;
width: 15px;
border: 2px;
height: 30px;
width: 20px;
opacity: 0.50;
@include box-sizing(border-box);
@include transition(opacity 0.25s ease-in-out);
}
@@ -244,7 +242,7 @@
}
.ui-status-input-checkbox input:checked ~ .ui-status-indic, .ui-status-input-radio input:checked ~ .ui-status-indic {
background: transparent url('/static/img/.png') 0 0 no-repeat;
background: transparent url('../images/correct-icon.png') 0 0 no-repeat;
opacity: 0.99;
}