mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
223 B
CSS
17 lines
223 B
CSS
|
fieldset.enabled {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
fieldset:enabled.enabled,
|
||
|
fieldset.ref {
|
||
|
background-color: green;
|
||
|
}
|
||
|
|
||
|
fieldset.disabled {
|
||
|
background-color: green;
|
||
|
}
|
||
|
|
||
|
fieldset:enabled.disabled {
|
||
|
background-color: red;
|
||
|
}
|