mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-12 08:08:40 +00: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;
|
|
}
|