Mac theme improvements
BIN
bin/themes/mac/images/navigation-downloads.png
Normal file
After Width: | Height: | Size: 494 B |
BIN
bin/themes/mac/images/navigation-exit-fullscreen.png
Normal file
After Width: | Height: | Size: 534 B |
BIN
bin/themes/mac/images/navigation-tools.png
Normal file
After Width: | Height: | Size: 365 B |
BIN
bin/themes/mac/images/tabs-closed-button.png
Normal file
After Width: | Height: | Size: 339 B |
BIN
bin/themes/mac/images/toolbutton-a.png
Normal file
After Width: | Height: | Size: 802 B |
BIN
bin/themes/mac/images/toolbutton-h.png
Normal file
After Width: | Height: | Size: 601 B |
BIN
bin/themes/mac/images/toolbutton.png
Normal file
After Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 682 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
@ -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);
|
||||
}
|
||||
|
||||
|