diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-10-10 11:32:21 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-10-12 23:20:55 -0500 |
commit | a7507d30aed8f858742ce478afc1888bfef6f240 (patch) | |
tree | 939d0cdc36c58415faa0fa27e60383ee5127c803 /makeicecat | |
parent | 539a005be12fd6e37e12bde27bacfba0de391b59 (diff) |
Fixed newTab.css removes config icons
Diffstat (limited to 'makeicecat')
-rw-r--r-- | makeicecat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |