add userChrome

master
an 2019-06-25 19:15:22 -04:00
parent b73ee0f847
commit 8359ed502c
2 changed files with 22 additions and 0 deletions

1
files
View File

@ -23,4 +23,5 @@ system/grub /etc/default/grub
system/progm.xkb /usr/share/X11/xkb/symbols/progm
themes ~/.slade3/text_styles/*
themes/ripcord.json ~/.local/share/Ripcord/custom_theme.json
themes/userChrome.css ~/.mozilla/firefox/*/chrome/userChrome.css
vim/vimrc ~/.vim/vimrc

21
themes/userChrome.css Normal file
View File

@ -0,0 +1,21 @@
@-moz-document url("chrome://browser/content/browser.xul") {
/* get rid of hamburgers */
#PanelUI-menu-button {
display: none;
}
/* hide top tabs (for sideberry) */
#TabsToolbar {
visibility: collapse !important;
}
/* hide sidebar top-menu */
#sidebar-header {
visibility: collapse;
}
/* change the border between the sidebar and the page */
#sidebar-splitter {
visibility: collapse;
}
}