aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-05-10 16:44:33 +0200
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-05-10 16:44:33 +0200
commit9ba452a34f33b26c747662cd3c204ef68d513e70 (patch)
tree48c85d723795f8820f4cd27e61daa3086f2655f1 /src/plugins/welcome
parent5f3f1ca580fdba9a91b0c0c002321b359dd8bbf0 (diff)
Fix text color on combobox popup in welcome screen
The text color was incorrect for certain dark color schemes, including the latest Ubuntu theme.
Diffstat (limited to 'src/plugins/welcome')
-rw-r--r--src/plugins/welcome/welcomemode.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/welcome/welcomemode.ui b/src/plugins/welcome/welcomemode.ui
index 57d2e98639..f00d137f2a 100644
--- a/src/plugins/welcome/welcomemode.ui
+++ b/src/plugins/welcome/welcomemode.ui
@@ -22,7 +22,7 @@ QToolButton, QPushButton, QComboBox {
font-size: 12px;
}
-*{
+QToolButton, QPushButton, QComboBox, QLabel {
color: black;
}