mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
248 B
CSS
23 lines
248 B
CSS
/* Override default style */
|
|
output {
|
|
color: black;
|
|
}
|
|
|
|
output.notinvalid {
|
|
color: green;
|
|
}
|
|
output.notinvalid:invalid {
|
|
color: red;
|
|
}
|
|
|
|
output.invalid {
|
|
color: red;
|
|
}
|
|
output.invalid:invalid {
|
|
color: green;
|
|
}
|
|
|
|
output.ref {
|
|
color: green;
|
|
}
|