From 239823fdd2e46466d11aae9371836b8cc88638bf Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 13 Aug 2012 12:57:05 +0200 Subject: [PATCH] fixed issue 898 --- resources/style.qss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/style.qss b/resources/style.qss index a754c544..46b8dff4 100644 --- a/resources/style.qss +++ b/resources/style.qss @@ -70,6 +70,16 @@ QLabel#UBTGMediaDropMeLabel padding: 2px; } +QComboBox#DockPaletteWidgetComboBox QAbstractItemView +{ + background-color: white; + color: black; + + selection-background-color: lightgreen; + selection-color: black; +} + + QComboBox#DockPaletteWidgetComboBox { background: white;