diff --git a/bin/themes/mac/images/navigation-downloads.png b/bin/themes/mac/images/navigation-downloads.png new file mode 100644 index 000000000..805cda878 Binary files /dev/null and b/bin/themes/mac/images/navigation-downloads.png differ diff --git a/bin/themes/mac/images/navigation-exit-fullscreen.png b/bin/themes/mac/images/navigation-exit-fullscreen.png new file mode 100644 index 000000000..22f1ca80f Binary files /dev/null and b/bin/themes/mac/images/navigation-exit-fullscreen.png differ diff --git a/bin/themes/mac/images/navigation-tools.png b/bin/themes/mac/images/navigation-tools.png new file mode 100644 index 000000000..8bf2a94ea Binary files /dev/null and b/bin/themes/mac/images/navigation-tools.png differ diff --git a/bin/themes/mac/images/tabs-closed-button.png b/bin/themes/mac/images/tabs-closed-button.png new file mode 100644 index 000000000..8e078c1ec Binary files /dev/null and b/bin/themes/mac/images/tabs-closed-button.png differ diff --git a/bin/themes/mac/images/toolbutton-a.png b/bin/themes/mac/images/toolbutton-a.png new file mode 100644 index 000000000..c6ccf44df Binary files /dev/null and b/bin/themes/mac/images/toolbutton-a.png differ diff --git a/bin/themes/mac/images/toolbutton-h.png b/bin/themes/mac/images/toolbutton-h.png new file mode 100644 index 000000000..ac8e24af4 Binary files /dev/null and b/bin/themes/mac/images/toolbutton-h.png differ diff --git a/bin/themes/mac/images/toolbutton.png b/bin/themes/mac/images/toolbutton.png new file mode 100644 index 000000000..6f4c96130 Binary files /dev/null and b/bin/themes/mac/images/toolbutton.png differ diff --git a/themes/mac/images/gotoaddress.png b/themes/mac/images/gotoaddress.png index 96b5874df..b618b100c 100644 Binary files a/themes/mac/images/gotoaddress.png and b/themes/mac/images/gotoaddress.png differ diff --git a/themes/mac/images/key.png b/themes/mac/images/key.png index 39f558db2..e51cf2988 100644 Binary files a/themes/mac/images/key.png and b/themes/mac/images/key.png differ diff --git a/themes/mac/images/navigation-back.png b/themes/mac/images/navigation-back.png index aa0a5f50b..637f5a309 100644 Binary files a/themes/mac/images/navigation-back.png and b/themes/mac/images/navigation-back.png differ diff --git a/themes/mac/images/navigation-forward.png b/themes/mac/images/navigation-forward.png index 318309a2e..821366085 100644 Binary files a/themes/mac/images/navigation-forward.png and b/themes/mac/images/navigation-forward.png differ diff --git a/themes/mac/images/user-trash-full.png b/themes/mac/images/user-trash-full.png deleted file mode 100644 index ab2d20427..000000000 Binary files a/themes/mac/images/user-trash-full.png and /dev/null differ diff --git a/themes/mac/main.css b/themes/mac/main.css index fbb9d5960..b50890e41 100644 --- a/themes/mac/main.css +++ b/themes/mac/main.css @@ -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); }