Browse Source

Merge branch 'master' of git@pixhawk.ethz.ch:qgroundcontrol

QGC4.4
pixhawk 15 years ago
parent
commit
035f49a1b4
  1. 4
      images/style-mission.css

4
images/style-mission.css

@ -131,6 +131,10 @@ QToolButton { @@ -131,6 +131,10 @@ QToolButton {
border: 1px solid #EEEEEE;
border-radius: 5px;
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #303030, stop: 1 #202020);
}
QToolButton:checked {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #090909, stop: 1 #353535);
}
QToolButton:pressed {

Loading…
Cancel
Save