summaryrefslogtreecommitdiffstats
path: root/scripts/firstrun
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-23 13:59:06 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-23 13:59:06 +0200
commit442e59aa2c6a8d34412559bef5cc53b895f2d1cd (patch)
treea0b1a8a049db6acd2b50f9ebb95062618856b5d0 /scripts/firstrun
parent079784b9269853a9cea7515a5975e415480894b0 (diff)
downloaddotfiles-442e59aa2c6a8d34412559bef5cc53b895f2d1cd.tar.gz
dotfiles-442e59aa2c6a8d34412559bef5cc53b895f2d1cd.tar.xz
dotfiles-442e59aa2c6a8d34412559bef5cc53b895f2d1cd.zip
Firefox init script: make checkboxes as twice as big
They are overly small with the theme I use (see 02-theme). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'scripts/firstrun')
-rw-r--r--scripts/firstrun/10-firefox/main9
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'"