From a7507d30aed8f858742ce478afc1888bfef6f240 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sat, 10 Oct 2015 11:32:21 -0500 Subject: Fixed newTab.css removes config icons --- makeicecat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeicecat b/makeicecat index 93d5db2..81a6ab0 100644 --- a/makeicecat +++ b/makeicecat @@ -255,7 +255,7 @@ sed "s/^MOZ_APP_NAME\t.*/MOZ_APP_NAME\t\t:= icecat/;" debian/build/config.mk -i sed "s/^MOZ_PKG_NAME\t.*/MOZ_PKG_NAME\t\t:= icecat/;" debian/build/config.mk -i # Hide help buttons in newtab page -for file in toolkit/themes/linux/global/global.css toolkit/themes/windows/global/global.css toolkit/themes/osx/global/global.css; do +for file in browser/base/content/newtab/newTab.css browser/themes/linux/newtab/newTab.css browser/themes/windows/newtab/newTab.css browser/themes/osx/newtab/newTab.css; do echo '#newtab-customize-button, #newtab-intro-what{display:none}' >> $file done -- cgit v1.2.3