From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id ED58C91272 for ; Fri, 10 Mar 2023 14:09:34 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C8A3220E41 for ; Fri, 10 Mar 2023 14:09:04 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Fri, 10 Mar 2023 14:09:04 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id E737C45640 for ; Fri, 10 Mar 2023 14:09:03 +0100 (CET) From: Stefan Sterz To: pve-devel@lists.proxmox.com Date: Fri, 10 Mar 2023 14:08:31 +0100 Message-Id: <20230310130837.1188003-1-s.sterz@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.324 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH widget-toolkit 0/6] Proxmox Dark Theme Fix-ups Round 1 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2023 13:09:35 -0000 this series adds a couple of fix-ups to the recently introduced dark-theme. it first fixes summary rows again (they wore broken in a refactoring step), then darkens the background mask further, dims buttons more, removes thicker borders that are inconsistent with crisp and removes a border around the pve resource tree. the last commit concerns the pve-manager. it removes a class from the "tree settings" button that made it appear like a help button. this doesn't change its appearance in crisp, but makes it stand out more in the dark theme. Stefan Sterz (5): dark-theme: fix summary row background dark-theme: make windows stand out more against the background mask dark-theme: re-work buttons colors to appear dimmer dark-theme: remove thicker borders around content dark-theme: visually remove the border around the pve resource tree src/proxmox-dark/scss/abstracts/_mixins.scss | 7 ------- src/proxmox-dark/scss/abstracts/_variables.scss | 10 +++++----- src/proxmox-dark/scss/extjs/_grid.scss | 4 +++- src/proxmox-dark/scss/extjs/_panel.scss | 6 ++++++ src/proxmox-dark/scss/extjs/_presentation.scss | 2 +- src/proxmox-dark/scss/extjs/_toolbar.scss | 2 +- src/proxmox-dark/scss/extjs/form/_button.scss | 1 + src/proxmox-dark/scss/proxmox/_general.scss | 13 ------------- src/proxmox-dark/scss/proxmox/_helpbutton.scss | 1 + 9 files changed, 18 insertions(+), 28 deletions(-) -- 2.30.2