mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Windows theme: Add hover effect for add tab button
This commit is contained in:
parent
723aee6a33
commit
4c082fd203
@ -135,6 +135,11 @@ ToolButton[button-id="button-downloads"]
|
|||||||
qproperty-themeIcon: "list-add";
|
qproperty-themeIcon: "list-add";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tabwidget-button-addtab[outside-tabbar="false"]:hover
|
||||||
|
{
|
||||||
|
background: #f3f3f3;
|
||||||
|
}
|
||||||
|
|
||||||
#tabwidget-button-addtab[outside-tabbar="true"]
|
#tabwidget-button-addtab[outside-tabbar="true"]
|
||||||
{
|
{
|
||||||
qproperty-themeIcon: "list-add";
|
qproperty-themeIcon: "list-add";
|
||||||
|
Loading…
Reference in New Issue
Block a user