aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/Style.qml')
-rw-r--r--components/Style.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml
index 3b917f97..09bff5a7 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -17,6 +17,9 @@ QtObject {
property string inputBoxBackgroundError: "#FFDDDD"
property string inputBoxColor: "white"
property string legacy_placeholderFontColor: "#BABABA"
+ property string inputBorderColorActive: Qt.rgba(255, 255, 255, 0.38)
+ property string inputBorderColorInActive: Qt.rgba(255, 255, 255, 0.32)
+ property string inputBorderColorInvalid: Qt.rgba(255, 0, 0, 0.40)
property string buttonBackgroundColor: "#FA6800"
property string buttonBackgroundColorHover: "#E65E00"