diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-20 15:30:36 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-21 14:34:25 +0200 |
commit | d1cdf4f8e15617a883edaa8ed13dd24c24482ade (patch) | |
tree | 0f0037a92f457d68e3a0edba98cffa94a314207d /components/package/contents | |
parent | 2be303e51a515bc7126521079e9ad26386aa677b (diff) | |
download | kube-d1cdf4f8e15617a883edaa8ed13dd24c24482ade.tar.gz kube-d1cdf4f8e15617a883edaa8ed13dd24c24482ade.zip |
change dropdown menue color
Diffstat (limited to 'components/package/contents')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index 914f5204..f42d78aa 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -48,7 +48,9 @@ Button { | |||
48 | height: 300 | 48 | height: 300 |
49 | width: 600 | 49 | width: 600 |
50 | 50 | ||
51 | color: Kirigami.Theme.textColor | 51 | color: Kirigami.Theme.backgroundColor |
52 | border.width: 1 | ||
53 | border.color: Kirigami.Theme.textColor //TODO change to Kirigami inactive text color once it is available | ||
52 | radius: 3 | 54 | radius: 3 |
53 | clip: true | 55 | clip: true |
54 | visible: false | 56 | visible: false |