Merge pull request #1873 from defnax/wire-ui-fixes

Added hover stylesheet for the WireGroupItem
This commit is contained in:
csoler 2020-04-24 21:57:04 +02:00 committed by GitHub
commit 7e1b9570cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -864,3 +864,9 @@ MessageWidget QTextBrowser#toText , QTextBrowser#ccText , QTextBrowser#bccText {
background: transparent;
border: none;
}
WireGroupItem QWidget:hover
{
background-color: #7ecbfb;
}