From a05c266ca0221e6da226925b05eac3c8ad8d15ec Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 20 Aug 2012 10:39:34 +0200 Subject: [PATCH] fixed issue 875 --- resources/style.qss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/style.qss b/resources/style.qss index 46b8dff4..4f3eb2c1 100644 --- a/resources/style.qss +++ b/resources/style.qss @@ -70,11 +70,10 @@ QLabel#UBTGMediaDropMeLabel padding: 2px; } +QTextEdit, +QLineEdit, QComboBox#DockPaletteWidgetComboBox QAbstractItemView { - background-color: white; - color: black; - selection-background-color: lightgreen; selection-color: black; }