mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
12 lines
151 B
CSS
12 lines
151 B
CSS
@CHARSET "UTF-8";
|
|
|
|
.XSDFormPrinterStyle_required
|
|
{
|
|
font-size: x-small;
|
|
color: red;
|
|
}
|
|
|
|
.XSDFormPrinterStyle_fieldset
|
|
{
|
|
background-color: lightgray;
|
|
} |