[firefox] Add userChrome.css for my Slack-Firefox instance
This commit is contained in:
parent
59277c366a
commit
9d955d07df
5 changed files with 14 additions and 0 deletions
0
dot_mozilla/.keep
Normal file
0
dot_mozilla/.keep
Normal file
0
dot_mozilla/private_firefox/.keep
Normal file
0
dot_mozilla/private_firefox/.keep
Normal file
0
dot_mozilla/private_firefox/slack/.keep
Normal file
0
dot_mozilla/private_firefox/slack/.keep
Normal file
0
dot_mozilla/private_firefox/slack/chrome/.keep
Normal file
0
dot_mozilla/private_firefox/slack/chrome/.keep
Normal file
14
dot_mozilla/private_firefox/slack/chrome/userChrome.css
Normal file
14
dot_mozilla/private_firefox/slack/chrome/userChrome.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Do not remove the @namespace line -- it's required for correct functioning
|
||||
*/
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
|
||||
|
||||
/*
|
||||
* Hide tab bar, navigation bar and scrollbars
|
||||
* !important may be added to force override, but not necessary
|
||||
* #content is not necessary to hide scroll bars
|
||||
*/
|
||||
#TabsToolbar {visibility: collapse;}
|
||||
#navigator-toolbox {visibility: collapse;}
|
||||
browser {margin-right: -14px; margin-bottom: -14px;}
|
||||
|
Loading…
Reference in a new issue