mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 05:38:51 -04:00
Update search box background color
This commit is contained in:
parent
fbd4d3a913
commit
ccc4afff4e
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ Item
|
||||||
border.width: 2
|
border.width: 2
|
||||||
radius: 5
|
radius: 5
|
||||||
border.color: searchText.focus ? "cornflowerblue" : "lightgrey"
|
border.color: searchText.focus ? "cornflowerblue" : "lightgrey"
|
||||||
|
color: searchText.focus ? "white" : "ghostwhite"
|
||||||
|
|
||||||
}
|
}
|
||||||
onTextChanged:
|
onTextChanged:
|
||||||
contactsSortWorker.sendMessage(
|
contactsSortWorker.sendMessage(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue