aboutsummaryrefslogtreecommitdiffstats
path: root/.config/init/gen-userChrome.sh
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-02-06 16:29:12 -0700
committerkatherine <shmibs@shmibbles.me>2016-02-06 16:29:12 -0700
commit699e1904bbf22a40fdba34f53472ca773d7041fb (patch)
treeae6b78e9898b7d58230ff8d1b6f793bc55d30edf /.config/init/gen-userChrome.sh
parent3d59966f4c5d9dfb7c0c40f278a412b0ec22fbd3 (diff)
downloaddotfiles-699e1904bbf22a40fdba34f53472ca773d7041fb.tar.gz
unify theming
Diffstat (limited to '.config/init/gen-userChrome.sh')
-rw-r--r--.config/init/gen-userChrome.sh39
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/init/gen-userChrome.sh b/.config/init/gen-userChrome.sh
new file mode 100644
index 0000000..ed5f1f2
--- /dev/null
+++ b/.config/init/gen-userChrome.sh
@@ -0,0 +1,39 @@
+echo "\
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+/* Get rid of the bottom border */
+#TabsToolbar:after {
+ border-bottom: 0px !important;
+}
+
+/* Hide the new curved tab edges */
+.tab-background {
+ visibility: hidden !important;
+}
+
+/* Hide the little graphic seperators between inactive tabs */
+.tabbrowser-tab:before,
+.tabbrowser-tab:after {
+ visibility: hidden !important;
+}
+
+#TabsToolbar {
+ -moz-appearance: none !important;
+ background: ${bg_normal} !important;
+}
+
+.tabbrowser-tab {
+ background: ${bg_normal} !important;
+ color: ${fg_normal} !important;
+ font-family: \"${ttfont}\" !important;
+ font-size: ${ttfont_size}pt !important;
+}
+
+.tabbrowser-tab[selected] {
+ background: ${bg_focus} !important;
+ color: ${fg_focus} !important;
+ font-family: \"${ttfont}\" !important;
+ font-size: ${ttfont_size}pt !important;
+}
+" > /tmp/userChrome.css
+