make the group headers darker, so that they have some contrast with the surrounding rows. also add back the border at the bottom. both changes improve the legibility of the table.
Signed-off-by: Stefan Sterz <s.st...@proxmox.com> --- src/proxmox-dark/scss/proxmox/_nodes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proxmox-dark/scss/proxmox/_nodes.scss b/src/proxmox-dark/scss/proxmox/_nodes.scss index 02b15f9..84f9127 100644 --- a/src/proxmox-dark/scss/proxmox/_nodes.scss +++ b/src/proxmox-dark/scss/proxmox/_nodes.scss @@ -1,7 +1,7 @@ // Table headers under Node > "Updates" > "Repositories" .proxmox-apt-repos .x-grid-group-hd { - background-color: $background-darker; - border-bottom-width: 0; + background-color: $background-darkest; + border-color: $border-color-alt; } .proxmox-apt-repos .x-grid-group-title { -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel