From 9abfbd6c9448c11c56aed8a13ed44ab1737c789c Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Mon, 12 May 2014 21:37:01 -0700 Subject: [PATCH] #527 --- data/themes/default/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 3d6fd84a2..4b4bfc103 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -1,7 +1,9 @@ /******************** * LMMS style sheet * ********************/ -QLabel { + +/* most foreground text items */ +QLabel, QTreeWidget, QListWidget, QGroupBox { color: #e0e0e0; }