diff --git a/razorqt-resources/themes/ambiance/razor-panel.qss b/razorqt-resources/themes/ambiance/razor-panel.qss index 2f1ab2c2..129d6f8e 100644 --- a/razorqt-resources/themes/ambiance/razor-panel.qss +++ b/razorqt-resources/themes/ambiance/razor-panel.qss @@ -242,12 +242,12 @@ TrayIcon { padding-right: 3px; } -#KbIndicator > QLabel:enabled { +#KbIndicator:enabled { background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 coral, stop:1 transparent); - color: black; + color: #EEEEEE; } -#KbIndicator > QLabel:disabled { +#KbIndicator:disabled { background: transparent; color: gray; } diff --git a/razorqt-resources/themes/light/razor-panel.qss b/razorqt-resources/themes/light/razor-panel.qss index 50ef97cc..583fd617 100644 --- a/razorqt-resources/themes/light/razor-panel.qss +++ b/razorqt-resources/themes/light/razor-panel.qss @@ -209,12 +209,12 @@ TrayIcon { padding-right: 3px; } -#KbIndicator > QLabel:enabled { +#KbIndicator:enabled { background: qradialgradient(cx:0.5, cy:0.5, radius: 0.5, fx:0.5, fy:0.5, stop:0 lightskyblue, stop:1 transparent); color: black; } -#KbIndicator > QLabel:disabled { +#KbIndicator:disabled { background: transparent; color: gray; }