From 927f68418e90b7d7f56d896efa8041750a9450b4 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 5 Mar 2025 02:18:00 +0200 Subject: [PATCH] better readability of panel header icons --- public/static/styles/Redmond DX.iss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/static/styles/Redmond DX.iss b/public/static/styles/Redmond DX.iss index 08d9103ff..919be056b 100644 --- a/public/static/styles/Redmond DX.iss +++ b/public/static/styles/Redmond DX.iss @@ -129,6 +129,21 @@ PanelHeader { background: --fg } +PanelHeader ButtonUnstyled Icon { + textColor: --text; + textAuto: 'no-preserve' +} + +PanelHeader Button Icon { + textColor: --text; + textAuto: 'no-preserve' +} + +PanelHeader Button Text { + textColor: --text; + textAuto: 'no-preserve' +} + Tab:hover { background: --bg; shadow: --buttonDefaultBevel @@ -172,6 +187,14 @@ MenuItem:hover { background: --fg } +MenuItem:active { + background: --fg +} + +MenuItem:active:hover { + background: --fg +} + Popover { shadow: --buttonDefaultBevel, 5 5 0 0 #000000 / 0.2; roundness: 0