I run 6 Proxmox servers and I've had a few near misses when modifying things. Is there any way to change the GUI colors in the web interface anywhere? I made some modifications to /usr/share/pve-manager/ext4/resources/css/ext-all.css (below) but I'd like to know if there is a way to do this from within proxmox itself, or at least put the changes somewhere where they won't be overwritten in an upgrade? Thanks!
Code:
.x-panel .x-grid-body {
background-color: green
border-color: black;
border-style: solid;
border-width: 1px;
border-top-color: black
}
.x-panel-body-default {
background: green
border-color: black;
color: black;
border-width: 1px;
border-style: solid
}
.x-border-layout-ct {
background-color: green
}