diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-30 00:52:48 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-30 00:52:48 +0200 |
| commit | 7418a10d28629658713d3dc162d37ba232bc992d (patch) | |
| tree | 727b8d6e2dcf52b1065d58cc397ff3876d76ba83 /components/Style.qml | |
| parent | fe53cddd034dd1f1a8fdca86ba1960991be2f5a8 (diff) | |
| download | monzero-gui-7418a10d28629658713d3dc162d37ba232bc992d.tar.gz monzero-gui-7418a10d28629658713d3dc162d37ba232bc992d.tar.xz monzero-gui-7418a10d28629658713d3dc162d37ba232bc992d.zip | |
Improve contrast - brighten up borders
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 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" |
