gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit a7507d30aed8f858742ce478afc1888bfef6f240
parent 539a005be12fd6e37e12bde27bacfba0de391b59
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Sat, 10 Oct 2015 11:32:21 -0500

Fixed newTab.css removes config icons

Diffstat:
Mmakeicecat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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