mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 09:23:07 +09:00
16 lines
223 B
CSS
16 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;
|
|
}
|