From 66ffafbd56a8c30c20f3153101706de7913bf808 Mon Sep 17 00:00:00 2001 From: ronso0 Date: Mon, 6 Apr 2020 01:24:22 +0200 Subject: [PATCH] default style for PassthroughLabel --- res/skins/default.qss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/res/skins/default.qss b/res/skins/default.qss index e9a35ed66305..18a6e16e777f 100644 --- a/res/skins/default.qss +++ b/res/skins/default.qss @@ -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;