Skip to content

Commit

Permalink
Merge pull request #2620 from ronso0/deere-no-hotcue-border
Browse files Browse the repository at this point in the history
Deere: suppress blue hotcue button border
  • Loading branch information
daschuer authored Apr 2, 2020
2 parents 7f065a1 + fb29a1f commit 947ae09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/skins/Deere/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,10 @@ WPushButton[value="2"]:hover {
border: 1px solid #0080BE;
}

#HotcueButton {
border: none;
}

#HotcueButton[light="true"] {
color: #1f1e1e;
}
Expand Down

0 comments on commit 947ae09

Please sign in to comment.