]> permondes.de Git - CoBolD.git/blob - src/cobold.css
Initial
[CoBolD.git] / src / cobold.css
1 .gpioGND { background-image: image(lightBlue);}
2 .gpio3v3 { background-image: image(maroon); }
3 .gpio5v { background-image: image(red);}
4 .gpioDNU { background-image: image(gray);}
5 .gpioPinNotInitialized {
6 font-weight: bold; background-image: image(greenYellow);}
7
8 .statusbarMessage { color: black; background-color: lime; }
9 .statusbarWarning { color: black; background-color: orange; }
10 .statusbarError { color: black; background-color: red; }