Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
firefox:user.js [2018/07/02 10:00]
zagi [user.js]
firefox:user.js [2019/01/31 11:46] (current)
zagi
Line 21: Line 21:
    * and in **Linux** it's ''~/.mozilla/firefox/<profile ID>.default/''    * and in **Linux** it's ''~/.mozilla/firefox/<profile ID>.default/''
 </box> </box>
 +
 +===== userChrome.css =====
 +
 +<code javascript| userChrome.css>
 +
 +/********************************************************
 +  tabs with rounded corners
 +   https://www.reddit.com/r/firefox/comments/72y8fa/how_to_modify_tab_style_in_firefox_57/
 +*********************************************************/
 +.tab-background {
 +  border-radius: 3px 3px 0px 0px !important;
 +  border-image: none !important;
 +}
 + 
 +.tab-line {
 +  display: none;
 +}
 + 
 +/********************************************************
 +  multiple rows of tabs
 +  https://www.reddit.com/r/firefox/comments/6wiu9k/is_there_a_webextension_for_multiple_rows_of_tabs/
 +*********************************************************/
 +#TabsToolbar .tabbrowser-arrowscrollbox,
 +#TabsToolbar .arrowscrollbox-scrollbox,
 +#TabsToolbar .scrollbox-innerbox {
 +  display: block !important;
 +}
 + 
 +.scrollbutton-up,
 +.arrowscrollbox-overflow-start-indicator,
 +.scrollbutton-down,
 +.arrowscrollbox-overflow-end-indicator {
 +  display: none !important;
 +}
 + 
 +.tabbrowser-tab {
 +  min-height: var(--tab-min-height) !important;
 +  vertical-align: bottom !important;
 +}
 +
 +</code> 
  
 ===== user.js ===== ===== user.js =====
firefox/user.js.txt ยท Last modified: 2019/01/31 11:46 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready