summaryrefslogtreecommitdiff
path: root/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css
blob: cd515eae3ac54437353cfd7d9d1b5b3c7e742b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import url(firefox-csshacks/chrome/navbar_tabs_oneliner.css);
@import url(firefox-csshacks/chrome/urlbar_popup_full_width.css);

/* need 46vw for search bookmarks urls and title shown in one line */
#navigator-toolbox{
	--uc-navigationbar-width: 46vw !important;
}

/* hide history back and forward-button */
#back-button, #forward-button { display: none !important; }

/* hide minimize, restore, and close button when in full screen mode */
#minimize-button, #restore-button, #close-button { display: none !important; }