1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-01 08:11:54 +01:00

Merge pull request #3062

fed38b9 LineEdit: change background color when disabled (selsta)
This commit is contained in:
luigi1111 2020-09-07 15:07:36 -05:00
commit 4b626924e6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -204,7 +204,7 @@ Item {
Rectangle {
anchors.fill: parent
anchors.topMargin: 1
color: "transparent"
color: item.enabled ? "transparent" : MoneroComponents.Style.inputBoxBackgroundDisabled
}
Rectangle {