mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
[ClosedTabsButton] Hide menu indicator
This commit is contained in:
parent
96b6743ac6
commit
5d523d1418
@ -136,6 +136,11 @@
|
||||
qproperty-fixedsize: 22px 25px;
|
||||
}
|
||||
|
||||
#tabwidget-button-closedtabs::menu-indicator
|
||||
{
|
||||
image: none;
|
||||
}
|
||||
|
||||
#tabwidget-button-addtab
|
||||
{
|
||||
qproperty-multiIcon: url(images/tabbar-addtab.png);
|
||||
|
@ -117,6 +117,22 @@
|
||||
qproperty-fixedsize: 20px 27px;
|
||||
}
|
||||
|
||||
#tabwidget-button-opentabs::menu-indicator
|
||||
{
|
||||
image: none;
|
||||
}
|
||||
|
||||
#tabwidget-button-closedtabs
|
||||
{
|
||||
qproperty-icon: url(images/user-trash-full.png);
|
||||
qproperty-fixedsize: 22px 25px;
|
||||
}
|
||||
|
||||
#tabwidget-button-closedtabs::menu-indicator
|
||||
{
|
||||
image: none;
|
||||
}
|
||||
|
||||
#tabwidget-button-addtab
|
||||
{
|
||||
qproperty-icon: url(images/navigation-addtab.png);
|
||||
@ -140,17 +156,6 @@
|
||||
qproperty-fixedsize: 15px 25px;
|
||||
}
|
||||
|
||||
#tabwidget-button-opentabs::menu-indicator
|
||||
{
|
||||
background: url(images/transp.png);
|
||||
}
|
||||
|
||||
#tabwidget-button-closedtabs
|
||||
{
|
||||
qproperty-icon: url(images/user-trash-full.png);
|
||||
qproperty-fixedsize: 22px 25px;
|
||||
}
|
||||
|
||||
/*IconProvider*/
|
||||
IconProvider
|
||||
{
|
||||
|
@ -107,6 +107,11 @@
|
||||
qproperty-fixedsize: 20px 25px;
|
||||
}
|
||||
|
||||
#tabwidget-button-opentabs::menu-indicator
|
||||
{
|
||||
image: none;
|
||||
}
|
||||
|
||||
#tabwidget-button-closedtabs
|
||||
{
|
||||
qproperty-themeIcon: "user-trash-full";
|
||||
@ -114,6 +119,11 @@
|
||||
qproperty-fixedsize: 22px 25px;
|
||||
}
|
||||
|
||||
#tabwidget-button-closedtabs::menu-indicator
|
||||
{
|
||||
image: none;
|
||||
}
|
||||
|
||||
#tabwidget-button-addtab
|
||||
{
|
||||
qproperty-themeIcon: "list-add";
|
||||
@ -121,11 +131,6 @@
|
||||
qproperty-fixedsize: 22px 25px;
|
||||
}
|
||||
|
||||
#tabwidget-button-opentabs::menu-indicator
|
||||
{
|
||||
image: none;
|
||||
}
|
||||
|
||||
/*IconProvider*/
|
||||
IconProvider
|
||||
{
|
||||
|
@ -131,6 +131,11 @@
|
||||
qproperty-fixedsize: 22px 25px;
|
||||
}
|
||||
|
||||
#tabwidget-button-closedtabs::menu-indicator
|
||||
{
|
||||
image: none;
|
||||
}
|
||||
|
||||
#tabwidget-button-addtab
|
||||
{
|
||||
qproperty-multiIcon: url(images/tabbar-addtab.png);
|
||||
|
@ -136,15 +136,20 @@
|
||||
qproperty-fixedsize: 18px 28px;
|
||||
}
|
||||
|
||||
#tabwidget-button-opentabs::menu-indicator
|
||||
{
|
||||
image: none;
|
||||
}
|
||||
|
||||
#tabwidget-button-closedtabs
|
||||
{
|
||||
qproperty-icon: url(images/user-trash-full.png);
|
||||
qproperty-fixedsize: 22px 28px;
|
||||
}
|
||||
|
||||
#tabwidget-button-opentabs::menu-indicator
|
||||
#tabwidget-button-closedtabs::menu-indicator
|
||||
{
|
||||
background: url(images/transp.png);
|
||||
image: none;
|
||||
}
|
||||
|
||||
#tabwidget-button-addtab
|
||||
|
Loading…
Reference in New Issue
Block a user