Mac theme improvements

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent dbcef2bd7e
commit 1e4ba02a62
  1. BIN
      bin/themes/mac/images/navigation-downloads.png
  2. BIN
      bin/themes/mac/images/navigation-exit-fullscreen.png
  3. BIN
      bin/themes/mac/images/navigation-tools.png
  4. BIN
      bin/themes/mac/images/tabs-closed-button.png
  5. BIN
      bin/themes/mac/images/toolbutton-a.png
  6. BIN
      bin/themes/mac/images/toolbutton-h.png
  7. BIN
      bin/themes/mac/images/toolbutton.png
  8. BIN
      themes/mac/images/gotoaddress.png
  9. BIN
      themes/mac/images/key.png
  10. BIN
      themes/mac/images/navigation-back.png
  11. BIN
      themes/mac/images/navigation-forward.png
  12. BIN
      themes/mac/images/user-trash-full.png
  13. 23
      themes/mac/main.css

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

@ -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);
}

Loading…
Cancel
Save