mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 08:42:01 +00:00
Revert "dark-theme: let the background "shine through" mask more"
This looks horrible.
A *much* *much* better way to improve readability is to
simply set the opacity down to 0.5.
This reverts commit 2c837f5766
.
This commit is contained in:
parent
d62ef2a856
commit
dc90f49b65
@ -1,8 +1,8 @@
|
|||||||
// The mask that is applied when the window is unaccessible (Login
|
// The mask that is applied when the window is unaccessible (Login
|
||||||
// screen, Loading, ...)
|
// screen, Loading, ...)
|
||||||
.x-mask {
|
.x-mask {
|
||||||
background-color: $background-darker;
|
background-color: black;
|
||||||
opacity: 0.75;
|
opacity: 0.85;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Shadows of floating windows like window modals, form selectors and
|
// Shadows of floating windows like window modals, form selectors and
|
||||||
@ -10,5 +10,5 @@
|
|||||||
.x-css-shadow {
|
.x-css-shadow {
|
||||||
// the additional styling from the pve css overwrites the setting on
|
// the additional styling from the pve css overwrites the setting on
|
||||||
// the element with "!important", that's why we need it here.
|
// the element with "!important", that's why we need it here.
|
||||||
box-shadow: $background-dark 0 -1px 15px 7px !important;
|
box-shadow: $background-darkest 0 0 5px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user