33 lines
1.4 KiB
CSS
33 lines
1.4 KiB
CSS
#TabsToolbar {
|
|
display: none !important;
|
|
}
|
|
#sidebar-splitter {
|
|
display: none !important;
|
|
}
|
|
/* #sidebar-header is hidden by default, change "none" to "inherit" to restore it. */
|
|
#sidebar-header {
|
|
display: none !important;
|
|
}
|
|
/*************************************************************************************************************************************************************************************************************************************************************
|
|
|
|
"userChrome.css" is a custom CSS file that can be used to specify CSS style rules for Floorp's interface (NOT internal site) using "chrome" privileges.
|
|
For instance, if you want to hide the tab bar, you can use the following CSS rule:
|
|
|
|
**************************************
|
|
#TabsToolbar { *
|
|
display: none !important; *
|
|
} *
|
|
**************************************
|
|
|
|
NOTE: You can use the userChrome.css file without change preferences (about:config)
|
|
|
|
Quote: https://userChrome.org | https://github.com/topics/userchrome
|
|
|
|
************************************************************************************************************************************************************************************************************************************************************/
|
|
|
|
@charset "UTF-8";
|
|
@-moz-document url(chrome://browser/content/browser.xhtml) {
|
|
/* Please write your custom CSS under this line*/
|
|
|
|
|
|
}
|