From 442e59aa2c6a8d34412559bef5cc53b895f2d1cd Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 23 Apr 2013 13:59:06 +0200 Subject: Firefox init script: make checkboxes as twice as big MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are overly small with the theme I use (see 02-theme). Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/main | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scripts/firstrun') diff --git a/scripts/firstrun/10-firefox/main b/scripts/firstrun/10-firefox/main index f5ccbc5..45b3618 100644 --- a/scripts/firstrun/10-firefox/main +++ b/scripts/firstrun/10-firefox/main @@ -125,6 +125,15 @@ EOF [ "${DELETE}" -ne 0 ] && rm -I *.xpi || read -p "Press any key to continue " x +mkdir -p "${PROFILE}/chrome" +cat > "${PROFILE}/chrome/userContent.css" <<-EOF + input[type=checkbox] + { + -moz-transform: scale(2); + padding: 10px; + } +EOF + sleep 2 \ && ${FIREFOX} -pentadactyl "++cmd 'source pentadactylrc-firstrun' +c 'mkvimruntime'" -- cgit