mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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;
|
|
}
|