previously the focus and focus-over states weren't styled so the crisp styling was used, which made them appear too brightly.
Signed-off-by: Stefan Sterz <[email protected]> --- src/proxmox-dark/scss/extjs/_tabbar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/proxmox-dark/scss/extjs/_tabbar.scss b/src/proxmox-dark/scss/extjs/_tabbar.scss index e1b5f66..6fe945e 100644 --- a/src/proxmox-dark/scss/extjs/_tabbar.scss +++ b/src/proxmox-dark/scss/extjs/_tabbar.scss @@ -26,6 +26,8 @@ color: $text-color; } + .x-keyboard-mode &.x-tab-focus, + .x-keyboard-mode &.x-tab-focus.x-tab-over, .x-keyboard-mode &.x-tab-focus.x-tab-active { background-color: $primary-color; border-color: $primary-color; -- 2.30.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
