diff options
Diffstat (limited to 'scripts/firstrun/10-firefox')
-rw-r--r-- | scripts/firstrun/10-firefox/main | 9 |
1 files changed, 9 insertions, 0 deletions
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'" |