1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Mac theme improvements

This commit is contained in:
David Rosca 2018-01-07 13:43:07 +01:00
parent dbcef2bd7e
commit 1e4ba02a62
13 changed files with 20 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 682 B

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -94,7 +94,7 @@
#navigation-button-tools
{
qproperty-themeIcon: "arrow-right-double";
qproperty-icon: url(images/navigation-tools.png);
}
#navigation-button-supermenu
@ -109,6 +109,23 @@
margin: 0px 1px;
}
ToolButton[toolbar-look="true"]
{
qproperty-iconSize: 16px 16px;
qproperty-fixedsize: 36px 23px;
border-image: url(images/toolbutton.png);
}
ToolButton[toolbar-look="true"]:hover
{
border-image: url(images/toolbutton-h.png);
}
ToolButton[toolbar-look="true"]:pressed
{
border-image: url(images/toolbutton-a.png);
}
/*TabWidget*/
#tabbar-button-right
{
@ -129,8 +146,7 @@
#tabwidget-button-closedtabs
{
qproperty-themeIcon: "user-trash-full";
qproperty-fixedsize: 22px 25px;
qproperty-multiIcon: url(images/tabs-closed-button.png);
}
#tabwidget-button-addtab
@ -184,6 +200,7 @@ IconProvider
#locationbar-goicon
{
margin-top: 2px;
qproperty-pixmap: url(images/gotoaddress.png);
}