pve-installer/html/pve-installer.css
Thomas Lamprecht 029fde309b restructure html in repo and installed package
placing the common stuff top-level and the per-product stuff one
directory-level down allows to access all used resources (css,
images) from a common base path without hacking to much around.

Per-product files are always preferred.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-25 19:49:39 +02:00

10 lines
86 B
CSS

.htext {
font-size: 150%;
color: #e57000;
}
.noresize {
resize: none;
}