Skip to content

Commit

Permalink
Fix light style for vehicle setup buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Nov 21, 2014
1 parent 76e4cf9 commit 44f95b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/styles/style-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ QPushButton#flightModeMenuButton, QPushButton#safetyConfigButton {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #BBB, stop: 1 #777);
}

VehicleSetupButton, VehicleComponentButton {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #BBB, stop: 1 #777);
border-color: #465158;
}

QPushButton#planePushButton, QPushButton#flyingWingPushButton, QPushButton#quadXPushButton,
QPushButton#quadPlusPushButton, QPushButton#hexaXPushButton, QPushButton#hexaPlusPushButton,
QPushButton#octoXPushButton, QPushButton#octoPlusPushButton, QPushButton#hPushButton {
Expand Down

0 comments on commit 44f95b3

Please sign in to comment.