Added hover stylesheet for the WireGroupItem

This commit is contained in:
defnax 2020-04-24 20:34:50 +02:00
parent 98389409f6
commit 8b5bfdfdcf

View File

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