mirror of
https://github.com/jiangcuo/pve-installer.git
synced 2026-01-26 18:30:58 +00:00
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>
10 lines
86 B
CSS
10 lines
86 B
CSS
|
|
.htext {
|
|
font-size: 150%;
|
|
color: #e57000;
|
|
}
|
|
|
|
.noresize {
|
|
resize: none;
|
|
}
|