diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-21 15:26:48 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-21 15:26:48 +0200 |
| commit | 544b872ada44396958bb0783460e883f44208840 (patch) | |
| tree | a5d5235677411639e900ef2c2c84e642f0f7f4f7 /components/Input.qml | |
| parent | 72541b6d51b60e984482d8897370f3999a466506 (diff) | |
| download | monzero-gui-544b872ada44396958bb0783460e883f44208840.tar.gz monzero-gui-544b872ada44396958bb0783460e883f44208840.tar.xz monzero-gui-544b872ada44396958bb0783460e883f44208840.zip | |
Selection color for inputs
Diffstat (limited to 'components/Input.qml')
| -rw-r--r-- | components/Input.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/Input.qml b/components/Input.qml index b4310212..b04c3c72 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -38,6 +38,8 @@ TextField { horizontalAlignment: TextInput.AlignLeft selectByMouse: true color: MoneroComponents.Style.defaultFontColor + selectionColor: MoneroComponents.Style.dimmedFontColor + selectedTextColor: MoneroComponents.Style.defaultFontColor background: Rectangle { color: "transparent" |
