dark-mode: improve apt repo group header contrast ratios

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.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-04-05 10:08:05 +02:00 committed by Thomas Lamprecht
parent 3ffcab4167
commit c1a3b7f725

View File

@ -1,7 +1,7 @@
// Table headers under Node > "Updates" > "Repositories" // Table headers under Node > "Updates" > "Repositories"
.proxmox-apt-repos .x-grid-group-hd { .proxmox-apt-repos .x-grid-group-hd {
background-color: $background-darker; background-color: $background-darkest;
border-bottom-width: 0; border-color: $border-color-alt;
} }
.proxmox-apt-repos .x-grid-group-title { .proxmox-apt-repos .x-grid-group-title {