diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-05-07 15:50:45 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-05-07 15:50:45 -0500 |
| commit | ff3987ccab3626f8a8354fee8b3557567e73594e (patch) | |
| tree | 7f121d620d785a920bfebcfb7caaeb8ea443003c /components/Style.qml | |
| parent | 6de8e70004768edd27e7f1a3733545b69b1fe2b8 (diff) | |
| parent | 26aabd2226604a599f53b4fd443a7fdb1bbfc03d (diff) | |
| download | monzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.tar.gz monzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.tar.xz monzero-gui-ff3987ccab3626f8a8354fee8b3557567e73594e.zip | |
Merge pull request #1362
fe53cdd Brighter backgrounds
7418a10 Improve contrast - brighten up borders
48b9aa4 Brigther left panel
26aabd2 Bottom left panel needs to have a transparent background
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" |
