Skip to content

Commit

Permalink
default style for PassthroughLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Apr 5, 2020
1 parent ada7dfb commit 66ffafb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/skins/default.qss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ WColorPicker QPushButton[checked="true"] {
qproperty-icon: url(:/images/ic_checkmark.svg);
}

/* Passthrough label on overview waveform */
WOverview #PassthroughLabel {
margin-left: 4px;
font-family: "Open Sans";
font-weight: bold;
font-size: 18px;
color: #ff8800;
}

/* Clear button */
#SearchClearButton {
background: none;
Expand Down

0 comments on commit 66ffafb

Please sign in to comment.