Skip to content

Commit

Permalink
Deere: restore normal font weight for menus and some widgets (revert …
Browse files Browse the repository at this point in the history
…bold)
  • Loading branch information
ronso0 committed Jun 6, 2021
1 parent cb5bc10 commit c8c6a0e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions res/skins/Deere/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -829,11 +829,11 @@ WLibrary QLabel,
WLibrary QRadioButton {
font-family: "Open Sans";
font-style: normal;
font-weight: normal;
}

WWidget,
WLibrary QLabel,
WLibrary QPushButton {
WLabel, WLibrary QLabel,
WPushButton, WLibrary QPushButton {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
Expand Down Expand Up @@ -1570,8 +1570,6 @@ WPushButton {
border: 1px solid #4B4B4B;
border-radius: 2px;
outline: none;
font-size: 12px;
font-weight: bold;
}

WPushButton:hover,
Expand Down Expand Up @@ -1645,10 +1643,6 @@ WPushButton#PreviewIndicator[value="0"] {
border-radius: 3px;
}

WRecordingDuration {
font-weight: bold;
}

/* The effect unit mix mode button toggles between
two different modes that are not "on" or "off", so
do not highlight either state. */
Expand Down

0 comments on commit c8c6a0e

Please sign in to comment.