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.
92 lines
1.2 KiB
CSS
92 lines
1.2 KiB
CSS
.header {
|
|
background: #000;
|
|
color: #fff;
|
|
}
|
|
|
|
body {
|
|
background-color: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
input, select, button {
|
|
background-color: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer button {
|
|
border-color: #fff;
|
|
background-color: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer button:hover {
|
|
background-color: #fff;
|
|
color: #333;
|
|
}
|
|
|
|
.remix button {
|
|
border-color: #fff;
|
|
color: #fff;
|
|
}
|
|
|
|
.remix button:hover {
|
|
background-color: #fff;
|
|
}
|
|
|
|
|
|
#commands button {
|
|
border-color: #fff;
|
|
background-color: #333;
|
|
color: #fff;
|
|
}
|
|
|
|
#commands button:hover {
|
|
background-color: #fff;
|
|
color: #333;
|
|
}
|
|
|
|
.notSupported, .notSupported a {
|
|
background-color: red;
|
|
color: white;
|
|
}
|
|
|
|
.firmware {
|
|
border-color: #fff;
|
|
color: #fff;
|
|
}
|
|
|
|
.firmware:focus,
|
|
.firmware:hover {
|
|
background-color: #fff;
|
|
color: #333;
|
|
}
|
|
|
|
.firmware:disabled {
|
|
color: #ccc;
|
|
border-color: #ccc;
|
|
}
|
|
|
|
.firmware:disabled:hover {
|
|
background-color: #fff;
|
|
}
|
|
|
|
input {
|
|
background-color: #fff;
|
|
color: #333;
|
|
}
|
|
|
|
#commands .buttons button:disabled,
|
|
#commands .buttons button:disabled:hover{
|
|
border-color: #999;
|
|
background-color: #888;
|
|
color: #ccc;
|
|
}
|
|
|
|
#commands .buttons button:hover {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.progress-bar {
|
|
border-color: #fff;
|
|
}
|