[pve-devel] applied: [PATCH 1/3] Revert "dark-theme: let the background "shine through" mask more"
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Mar 21 14:05:00 CET 2023
Am 21/03/2023 um 11:04 schrieb Wolfgang Bumiller:
> This looks horrible.
>
> A *much* *much* better way to improve readability is to
> simply set the opacity down to 0.5.
>
> This reverts commit 2c837f5766b48629a835c62d4b7af6c3ae4dc1c0.
> ---
> I can't stand this.
> Seriously.
>
> src/proxmox-dark/scss/extjs/_presentation.scss | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>
applied all three patches, they actually fulfil my request to be able to still
read the stuff in the bg even a bit better and look fine enough otherwise, thanks!
FWIW, just from a aesthetic POV the best way to make modal windows stand out would
be to blur the background, i.e.:
.x-mask {
background-color: rgba(0,0,0,0.5);
backdrop-filter: blur(2px);
}
(backdrop-filter + opacity doesn't work, so one needs to use rgba instead)
But I prefer usability/accessibility over aesthetics here.
More information about the pve-devel
mailing list