Remove outline around checkboxes

This commit is contained in:
Matt 2016-04-13 16:59:22 -04:00
parent 6dd6f755c9
commit 5b1f306762
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
input[type=checkbox] {
outline: none;
}
footer {
position: fixed;
bottom: 0;
@ -23,6 +26,7 @@ footer {
background: #000;
width: 15px;
height: 15px;
border-radius: 15px;
}
#light-status {
width: 388px;

View File

@ -1,3 +1,7 @@
input[type=checkbox] {
outline: none;
}
footer{
position: fixed;
bottom: 0;
@ -26,6 +30,7 @@ footer{
background: #000;
width: 15px;
height: 15px;
border-radius: 15px;
}
#light-status{
width: 388px;