Skip to content

Commit

Permalink
Added missing kbindicator styling (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefonarch authored Mar 12, 2022
1 parent 7805429 commit 11e7add
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/system/lxqt-panel.qss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ LXQtPanel #BackgroundWidget{
background: palette(highlight);
}

/*
KbIndicator
*/

#KbIndicator QLabel:disabled {
color: palette(text);
}
#KbIndicator QLabel:enabled {
color: palette(highlighted-text);
background: palette(highlight);
}

/*
* Spacer
*/
Expand Down

0 comments on commit 11e7add

Please sign in to comment.