Skip to content

Commit

Permalink
Changing colors for faction buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiDeveloper committed Oct 25, 2024
1 parent 6f86f08 commit b09d25b
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions src/GUI/Theme/Styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,14 @@ HotkeysMainWindow QPushButton:pressed:hover { background-color: #3543e7; color:

/* QPushButton[faction="USA"] */ /* Already defined as basic non-property */

QPushButton[faction="GLA"] { background-color: #185a22; border-color: #b1ffbf; }
QPushButton[faction="PRC"] { background-color: #5a1f18; border-color: #ffbbb1; }

QPushButton[faction="GLA"]:hover { background-color: #53a23d; color: #383939; }
QPushButton[faction="PRC"]:hover { background-color: #e74135; color: #baff0c; }

QPushButton[faction="GLA"]:pressed { background-color: #53a23d; color: black; }
QPushButton[faction="PRC"]:pressed { background-color: #e74135; color: white; }

QPushButton[faction="GLA"]:pressed:hover { background-color: #53a23d; color: #383939; }
QPushButton[faction="GLA"] { background-color: #185a22; border-color: #b1ffbf; }
QPushButton[faction="GLA"]:pressed { background-color: #427b32; /*color: black;*/ }
QPushButton[faction="GLA"]:hover { background-color: #427b32; color: #c9c9c9; }
QPushButton[faction="GLA"]:pressed:hover { background-color: #427b32; color: #c9c9c9; }

QPushButton[faction="PRC"] { background-color: #5a1f18; border-color: #ffbbb1; }
QPushButton[faction="PRC"]:hover { background-color: #e74135; color: #baff0c; }
QPushButton[faction="PRC"]:pressed { background-color: #e74135; color: white; }
QPushButton[faction="PRC"]:pressed:hover { background-color: #e74135; color: #baff0c; }

HotkeysMainWindow QTreeWidget, HotkeysMainWindow QTabWidget, HotkeysMainWindow QScrollArea
Expand Down

0 comments on commit b09d25b

Please sign in to comment.