diff --git a/bin/themes/chrome/images/navigation-downloads.png b/bin/themes/chrome/images/navigation-downloads.png new file mode 100644 index 000000000..8063adce1 Binary files /dev/null and b/bin/themes/chrome/images/navigation-downloads.png differ diff --git a/bin/themes/chrome/images/navigation-exit-fullscreen.png b/bin/themes/chrome/images/navigation-exit-fullscreen.png new file mode 100644 index 000000000..a716f7503 Binary files /dev/null and b/bin/themes/chrome/images/navigation-exit-fullscreen.png differ diff --git a/bin/themes/chrome/images/navigation-tools.png b/bin/themes/chrome/images/navigation-tools.png new file mode 100644 index 000000000..d87d80262 Binary files /dev/null and b/bin/themes/chrome/images/navigation-tools.png differ diff --git a/bin/themes/chrome/images/tabs-closed-button.png b/bin/themes/chrome/images/tabs-closed-button.png new file mode 100644 index 000000000..a9954dc7e Binary files /dev/null and b/bin/themes/chrome/images/tabs-closed-button.png differ diff --git a/themes/chrome/images/gotoaddress.png b/themes/chrome/images/gotoaddress.png index 96b5874df..3427ff3b6 100644 Binary files a/themes/chrome/images/gotoaddress.png and b/themes/chrome/images/gotoaddress.png differ diff --git a/themes/chrome/images/key.png b/themes/chrome/images/key.png index 39f558db2..b5e8afefc 100644 Binary files a/themes/chrome/images/key.png and b/themes/chrome/images/key.png differ diff --git a/themes/chrome/images/navigation-supermenu.png b/themes/chrome/images/navigation-supermenu.png index 29dc5bafb..c6df5f00e 100644 Binary files a/themes/chrome/images/navigation-supermenu.png and b/themes/chrome/images/navigation-supermenu.png differ diff --git a/themes/chrome/images/search-icon.png b/themes/chrome/images/search-icon.png index 4117e7241..015eaa77b 100644 Binary files a/themes/chrome/images/search-icon.png and b/themes/chrome/images/search-icon.png differ diff --git a/themes/chrome/main.css b/themes/chrome/main.css index 8749faad2..2f01df296 100644 --- a/themes/chrome/main.css +++ b/themes/chrome/main.css @@ -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); }