public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH widget-toolkit 1/3] dark-mode: fix highlighting of active elements in drop down menus
@ 2023-03-22 11:07 Stefan Sterz
  2023-03-22 11:07 ` [pve-devel] [PATCH widget-toolkit 2/3] dark-mode: set the icon color of filtered column headers properly Stefan Sterz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Sterz @ 2023-03-22 11:07 UTC (permalink / raw)
  To: pve-devel

e.g.,: the filter menu item in the backup job creation window

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
---
 src/proxmox-dark/scss/extjs/_menu.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/proxmox-dark/scss/extjs/_menu.scss b/src/proxmox-dark/scss/extjs/_menu.scss
index 74be901..2983f60 100644
--- a/src/proxmox-dark/scss/extjs/_menu.scss
+++ b/src/proxmox-dark/scss/extjs/_menu.scss
@@ -19,7 +19,8 @@
   }
 
   // When hovering over a menu item
-  &.x-menu-item-focus {
+  &.x-menu-item-focus,
+  &.x-menu-item-active {
     @include selection;
   }
 }
-- 
2.30.2





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-22 11:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 11:07 [pve-devel] [PATCH widget-toolkit 1/3] dark-mode: fix highlighting of active elements in drop down menus Stefan Sterz
2023-03-22 11:07 ` [pve-devel] [PATCH widget-toolkit 2/3] dark-mode: set the icon color of filtered column headers properly Stefan Sterz
2023-03-22 11:08 ` [pve-devel] [PATCH widget-toolkit 3/3] dark-mode: style checkboxes that don't use blueish active states Stefan Sterz
2023-03-22 11:29 ` [pve-devel] [PATCH widget-toolkit] dark-mode: style locked guest icons properly Stefan Sterz
2023-03-22 11:40 ` [pve-devel] applied-series: [PATCH widget-toolkit 1/3] dark-mode: fix highlighting of active elements in drop down menus Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal