aboutsummaryrefslogtreecommitdiffstats
path: root/.config/init/gen-userChrome.sh
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-06-30 02:04:18 -0700
committerkatherine <shmibs@shmibbles.me>2016-06-30 02:04:18 -0700
commit2eee39add1b91b03acdbf4c8f9e6eed052a25013 (patch)
tree7f9cf020e5fe4028c33cf53d5cb9dac3d0cbd632 /.config/init/gen-userChrome.sh
parent1bc2378b98a101998de41c84e0eba391dc32ebbb (diff)
downloaddotfiles-2eee39add1b91b03acdbf4c8f9e6eed052a25013.tar.gz
fix indentation
Diffstat (limited to '.config/init/gen-userChrome.sh')
-rw-r--r--.config/init/gen-userChrome.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/init/gen-userChrome.sh b/.config/init/gen-userChrome.sh
index 14b3dec..8fe30d1 100644
--- a/.config/init/gen-userChrome.sh
+++ b/.config/init/gen-userChrome.sh
@@ -3,35 +3,35 @@ echo "\
/* Get rid of the bottom border */
#TabsToolbar:after {
- border-bottom: 0px !important;
+ border-bottom: 0px !important;
}
/* Hide the new curved tab edges */
.tab-background {
- visibility: hidden !important;
+ visibility: hidden !important;
}
/* Hide the little graphic seperators between inactive tabs */
.tabbrowser-tab:before,
.tabbrowser-tab:after {
- visibility: hidden !important;
+ visibility: hidden !important;
}
#TabsToolbar {
- -moz-appearance: none !important;
- background: ${bg_normal} !important;
+ -moz-appearance: none !important;
+ background: ${bg_normal} !important;
}
.tabbrowser-tab {
- background: ${bg_normal} !important;
- color: ${fg_normal} !important;
+ background: ${bg_normal} !important;
+ color: ${fg_normal} !important;
font-family: \"${mfont}\" !important;
font-size: ${mfont_size}pt !important;
}
.tabbrowser-tab[selected] {
- background: ${bg_focus} !important;
- color: ${fg_focus} !important;
+ background: ${bg_focus} !important;
+ color: ${fg_focus} !important;
font-family: \"${mfont}\" !important;
font-size: ${mfont_size}pt !important;
}