[pve-devel] [PATCH 3/3] dark-mode: make shadow black
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Mar 21 11:04:25 CET 2023
Better have a barely visible shadow than a backlight.
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
src/proxmox-dark/scss/extjs/_presentation.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/proxmox-dark/scss/extjs/_presentation.scss b/src/proxmox-dark/scss/extjs/_presentation.scss
index 236dbe9..6e463da 100644
--- a/src/proxmox-dark/scss/extjs/_presentation.scss
+++ b/src/proxmox-dark/scss/extjs/_presentation.scss
@@ -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;
}
--
2.30.2
More information about the pve-devel
mailing list