mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 08:34:05 +00:00
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:
parent
3ffcab4167
commit
c1a3b7f725
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user