added checkbox image for white theme
This commit is contained in:
@@ -16,11 +16,11 @@ input[type="checkbox"]+.cr1 {
|
||||
margin-top: 4px;
|
||||
padding: 0 0 0 20px;
|
||||
vertical-align:middle;
|
||||
background:url(../img/checkbox.png) left top no-repeat;
|
||||
background: url(@checkboxImageUrl) left top no-repeat;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:checked+label {
|
||||
background:url(../img/checkbox.png) 0px -18px no-repeat;
|
||||
background: url(@checkboxImageUrl) 0px -18px no-repeat;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user