Add: mouse_app_list

This commit is contained in:
2018-07-05 17:03:44 +09:00
parent eee26929db
commit ae523ea4ad
4 changed files with 196 additions and 6 deletions
+6
View File
@@ -110,4 +110,10 @@
}
*/
.activate_app_checkbox {
width: 200px;
height: 200px;
}
</style>
+28
View File
@@ -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>