lock icon style fixed to match quitter style
This commit is contained in:
parent
a1061c7145
commit
41baba9ed3
|
@ -973,6 +973,15 @@ background:none;
|
|||
height: 60px;
|
||||
}
|
||||
|
||||
.checkbox-wrapper.unchecked label.checkbox {
|
||||
background: url("../images/lock_open.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
.checkbox-wrapper.checked label.checkbox {
|
||||
background: url("../images/lock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.form_notice label.notice_data-attach {
|
||||
background-image:none;
|
||||
display: block;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 429 B |
Binary file not shown.
Before Width: | Height: | Size: 727 B After Width: | Height: | Size: 626 B |
Loading…
Reference in New Issue
Block a user