diff --git a/files/styles/style-light.css b/files/styles/style-light.css index 6414e520ce831af19750a58b7ecd695b5bfb5cea..8e80798864fa112618cc04b3772fa3863419aa6e 100644 --- a/files/styles/style-light.css +++ b/files/styles/style-light.css @@ -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 {