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