Add: mouse_app_list
This commit is contained in:
@@ -110,4 +110,10 @@
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
.activate_app_checkbox {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
</style>
|
||||
@@ -80,4 +80,32 @@ footer {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
|
||||
input[type="checkbox"]{
|
||||
width:1px;
|
||||
height:1px;
|
||||
padding:0;
|
||||
border:0 none;
|
||||
margin:0;
|
||||
position:absolute;
|
||||
left:0;
|
||||
top:0;
|
||||
overflow:hidden;
|
||||
clip:rect(0 0 0 0);
|
||||
}
|
||||
|
||||
label{
|
||||
height:15px;
|
||||
line-height:15px;
|
||||
padding-left:20px;
|
||||
display:inline-block;
|
||||
background:url(http://hcs1105.com/wp/wp-content/themes/hcs1105/images/checkbox1.png) no-repeat 0 0;
|
||||
font-size:15px;
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:checked + label{
|
||||
background-position: 0 -15px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user