From 1ac0c51744716a247a5d76cb1eebb5ddc2261a95 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Wed, 2 Apr 2014 00:55:58 -0400 Subject: [PATCH] Force white QLabels per #527 #527 --- data/themes/default/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 63f007fe1..3d6fd84a2 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -1,6 +1,9 @@ /******************** * LMMS style sheet * ********************/ +QLabel { + color: #e0e0e0; +} QWhatsThat { color: black;