Remove outline around checkboxes
This commit is contained in:
parent
6dd6f755c9
commit
5b1f306762
|
@ -1,3 +1,6 @@
|
||||||
|
input[type=checkbox] {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
footer {
|
footer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -23,6 +26,7 @@ footer {
|
||||||
background: #000;
|
background: #000;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
#light-status {
|
#light-status {
|
||||||
width: 388px;
|
width: 388px;
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
input[type=checkbox] {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
footer{
|
footer{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -26,6 +30,7 @@ footer{
|
||||||
background: #000;
|
background: #000;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
#light-status{
|
#light-status{
|
||||||
width: 388px;
|
width: 388px;
|
||||||
|
|
Loading…
Reference in New Issue