Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
Fixed KbIndicator in the Ambiance and Light themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Mar 12, 2013
1 parent 7cde912 commit 642c80a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions razorqt-resources/themes/ambiance/razor-panel.qss
Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions razorqt-resources/themes/light/razor-panel.qss
Expand Up @@ -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;
}
Expand Down

0 comments on commit 642c80a

Please sign in to comment.