mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
16 lines
172 B
CSS
16 lines
172 B
CSS
label.heading {
|
|
font-size: medium;
|
|
font-weight: bold;
|
|
}
|
|
|
|
button.close {
|
|
font-size: small;
|
|
}
|
|
|
|
iframe {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
vbox.hidden {
|
|
display: none;
|
|
}
|