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; }