diff options
Diffstat (limited to 'components/Style.qml')
| -rw-r--r-- | components/Style.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml index a2c6f9b7..880a9074 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" |
