mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-10 22:02:40 +00:00
dark-mode: make shadow black
Better have a barely visible shadow than a backlight. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a7acac0d9d
commit
883acf6dc9
@ -10,5 +10,5 @@
|
||||
.x-css-shadow {
|
||||
// the additional styling from the pve css overwrites the setting on
|
||||
// the element with "!important", that's why we need it here.
|
||||
box-shadow: $background-darkest 0 0 5px !important;
|
||||
box-shadow: black 0 0 10px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user