mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 19:18:59 +00:00
23 lines
236 B
CSS
23 lines
236 B
CSS
/* Override default style */
|
|
output {
|
|
color: black;
|
|
}
|
|
|
|
output.notvalid {
|
|
color: green;
|
|
}
|
|
output.notvalid:valid {
|
|
color: red;
|
|
}
|
|
|
|
output.valid {
|
|
color: red;
|
|
}
|
|
output.valid:valid {
|
|
color: green;
|
|
}
|
|
|
|
output.ref {
|
|
color: green;
|
|
}
|