diff --git a/bin/themes/linux/main.css b/bin/themes/linux/main.css index 42250cfa8..c2e2a2cfb 100644 --- a/bin/themes/linux/main.css +++ b/bin/themes/linux/main.css @@ -132,7 +132,9 @@ IconProvider #locationbar-goicon { - qproperty-pixmap: url(images/goto.png); + qproperty-themeIcon: "go-jump-locationbar"; + qproperty-fallbackIcon: url(images/goto.png); + qproperty-fixedsize: 16px 16px; } #locationbar-down-icon @@ -143,7 +145,9 @@ IconProvider #locationbar-autofillicon { - qproperty-pixmap: url(images/key.png); + qproperty-themeIcon: "user-identity"; + qproperty-fallbackIcon: url(images/key.png); + qproperty-fixedsize: 16px 16px; } /*WebSearchBar*/