mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-18 19:35:49 +01:00
oidshfs
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
.shown {
|
||||
display: block;
|
||||
}
|
||||
.disabled {
|
||||
opacity: 0.65;
|
||||
}
|
||||
.sui {
|
||||
background: #000000;
|
||||
color: #0eb8c0;
|
||||
@@ -23,9 +26,11 @@
|
||||
}
|
||||
.sui button {
|
||||
background: #097479;
|
||||
color: white;
|
||||
color: #eeeeee;
|
||||
font-size: 0.9em;
|
||||
border: 0;
|
||||
padding: .8em;
|
||||
margin: 0 .4em;
|
||||
}
|
||||
.heading {
|
||||
font-size: 1.2em;
|
||||
@@ -157,10 +162,11 @@ input[type=range]:focus::-ms-fill-upper {
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #b3b2b2;
|
||||
background-color: #7b7b7b;
|
||||
-webkit-transition: .4s;
|
||||
transition: .4s;
|
||||
margin-left: -40px;
|
||||
margin-left: -50px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.switch .slider:before {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user