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

Chrome theme improvements

This commit is contained in:
David Rosca 2018-01-07 13:17:41 +01:00
parent 848a61440c
commit dbcef2bd7e
9 changed files with 8 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 682 B

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -96,6 +96,11 @@
qproperty-themeIcon: "arrow-right-double";
}
#navigation-button-tools
{
qproperty-icon: url(images/navigation-tools.png);
}
#navigation-button-supermenu
{
qproperty-multiIcon: url(images/navigation-supermenu.png);
@ -110,7 +115,7 @@
ToolButton[toolbar-look="true"]
{
qproperty-iconSize: 16px 16px;
qproperty-iconSize: 19px 19px;
qproperty-fixedsize: 31px 29px;
border-image: url(images/toolbutton.png);
}
@ -150,8 +155,7 @@ ToolButton[toolbar-look="true"]:pressed
#tabwidget-button-closedtabs
{
qproperty-themeIcon: "user-trash-full";
qproperty-fixedsize: 22px 25px;
qproperty-multiIcon: url(images/tabs-closed-button.png);
}
#tabwidget-button-addtab
@ -205,7 +209,6 @@ IconProvider
#locationbar-goicon
{
margin-bottom:2px;
qproperty-pixmap: url(images/gotoaddress.png);
}
@ -249,7 +252,7 @@ IconProvider
#websearchbar-searchbutton
{
margin-bottom:2px;
margin-top: 2px;
margin-right: 2px;
qproperty-pixmap: url(images/search-icon.png);
}