From e0de014eba1f739dd054fdf0b9988983aaf37653 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 20 Jun 2016 15:06:53 +0200 Subject: ensure that all the overlay dialogs work well with light and dark themes --- components/package/contents/ui/NewAccountDialog.qml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'components/package/contents/ui/NewAccountDialog.qml') diff --git a/components/package/contents/ui/NewAccountDialog.qml b/components/package/contents/ui/NewAccountDialog.qml index a1ac3324..fd1eeaec 100644 --- a/components/package/contents/ui/NewAccountDialog.qml +++ b/components/package/contents/ui/NewAccountDialog.qml @@ -24,12 +24,16 @@ import org.kde.kirigami 1.0 as Kirigami import org.kube.framework.settings 1.0 as KubeSettings import org.kube.framework.domain 1.0 as KubeFramework -Rectangle { +Item { id: root - color: Kirigami.Theme.textColor + Rectangle { + id: background + anchors.fill: parent - opacity: 0.9 + color: "black" + opacity: 0.6 + } MouseArea { anchors.fill: parent -- cgit v1.2.3