1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Windows theme: Add hover effect for add tab button

This commit is contained in:
David Rosca 2018-01-28 10:44:34 +01:00
parent 723aee6a33
commit 4c082fd203
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -135,6 +135,11 @@ ToolButton[button-id="button-downloads"]
qproperty-themeIcon: "list-add";
}
#tabwidget-button-addtab[outside-tabbar="false"]:hover
{
background: #f3f3f3;
}
#tabwidget-button-addtab[outside-tabbar="true"]
{
qproperty-themeIcon: "list-add";