Skip to content

Commit

Permalink
Classic: Improve contrast between active and disabled buttons
Browse files Browse the repository at this point in the history
Text on disabled buttons (such as Turn Done during turn processing) had the
same color as text on active buttons (black). Gray it out when the button is
disabled.

Part of #1517.
  • Loading branch information
lmoureaux authored and jwrober committed Dec 4, 2022
1 parent 4e36801 commit fde2563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/themes/gui-qt/Classic/resource.qss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ QPushButton:checked, QToolButton:checked {
}

QPushButton:disabled, QToolButton:disabled {
color: #888E93;
border-image: url(LittleFingerbutton-insensitive.png) 3 3 3 3;
}

Expand Down

0 comments on commit fde2563

Please sign in to comment.