* [pve-devel] [PATCH widget-toolkit] dark-mode: set the background mask to `background-darker` again
@ 2023-03-21 14:15 Stefan Sterz
2023-03-21 14:57 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Sterz @ 2023-03-21 14:15 UTC (permalink / raw)
To: pve-devel
this removes an issue where the mask would look awkward and
inconsistent (e.g., in the quarantine view, the retention tab of a
zfs storage etc). also makes the shadow a big bigger to be closer to
crisp and also to improve contrast ratios
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
---
src/proxmox-dark/scss/extjs/_presentation.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/proxmox-dark/scss/extjs/_presentation.scss b/src/proxmox-dark/scss/extjs/_presentation.scss
index 6e463da..6be322a 100644
--- a/src/proxmox-dark/scss/extjs/_presentation.scss
+++ b/src/proxmox-dark/scss/extjs/_presentation.scss
@@ -1,7 +1,7 @@
// The mask that is applied when the window is unaccessible (Login
// screen, Loading, ...)
.x-mask {
- background-color: black;
+ background-color: $background-darker;
opacity: 0.5;
}
@@ -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: black 0 0 10px !important;
+ box-shadow: black 0 -1px 15px 5px !important;
}
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH widget-toolkit] dark-mode: set the background mask to `background-darker` again
2023-03-21 14:15 [pve-devel] [PATCH widget-toolkit] dark-mode: set the background mask to `background-darker` again Stefan Sterz
@ 2023-03-21 14:57 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-03-21 14:57 UTC (permalink / raw)
To: Proxmox VE development discussion, Stefan Sterz
Am 21/03/2023 um 15:15 schrieb Stefan Sterz:
> this removes an issue where the mask would look awkward and
> inconsistent (e.g., in the quarantine view, the retention tab of a
> zfs storage etc). also makes the shadow a big bigger to be closer to
> crisp and also to improve contrast ratios
>
> Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
> ---
> src/proxmox-dark/scss/extjs/_presentation.scss | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
applied, with follow up to fix visibility of ceph installation badge on
the mask, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-21 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21 14:15 [pve-devel] [PATCH widget-toolkit] dark-mode: set the background mask to `background-darker` again Stefan Sterz
2023-03-21 14:57 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox