mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Merge pull request #4578 from nextcloud/enh/talkreply-2
Add a transparent background to the send reply button.
This commit is contained in:
commit
b401bf03dd
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ Item {
|
||||||
rightPadding: sendReplyMessageButton.width
|
rightPadding: sendReplyMessageButton.width
|
||||||
visible: model.messageSent === ""
|
visible: model.messageSent === ""
|
||||||
|
|
||||||
color: Style.ncSecondaryTextColor
|
color: Style.ncTextColor
|
||||||
placeholderText: qsTr("Reply to …")
|
placeholderText: qsTr("Reply to …")
|
||||||
|
|
||||||
onAccepted: root.sendReplyMessage()
|
onAccepted: root.sendReplyMessage()
|
||||||
|
@ -49,6 +49,7 @@ Item {
|
||||||
flat: true
|
flat: true
|
||||||
enabled: replyMessageTextField.text !== ""
|
enabled: replyMessageTextField.text !== ""
|
||||||
onClicked: root.sendReplyMessage()
|
onClicked: root.sendReplyMessage()
|
||||||
|
background: null
|
||||||
|
|
||||||
icon {
|
icon {
|
||||||
source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder
|
source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder
|
||||||
|
|
Loading…
Reference in a new issue