You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adafruit_WebSerial_ESPTool/css/light.css

60 lines
789 B
CSS

.header {
background: #000;
color: #fff;
}
body {
background-color: #fff;
color: #000;
}
input, select, button {
background-color: #fff;
color: #000;
}
#notSupported {
background-color: red;
color: white;
}
.footer button {
border-color: #63338f;
background-color: #fff;
color: #63338f;
}
.footer button:hover {
background-color: #63338f;
color: #fff;
}
.remix button {
border-color: #333;
color: #333;
}
.remix button:hover {
background-color: #333;
}
#firmware + label {
border-color: #63338f;
color: #63338f;
}
#firmware:focus + label,
#firmware + label:hover {
background-color: #63338f;
color: #fff;
}
#firmware:disabled + label {
color: #ccc;
border-color: #ccc;
}
#firmware:disabled + label:hover {
background-color: #fff;
}