/* * Edit this file and copy it as userChrome.css into your * profile-directory/chrome/ */ /* * This file can be used to customize the look of Mozilla's user interface * You should consider using !important on rules which you want to * override default settings. */ /* * 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 bookmarks sidebar scrollbar..scrollable with mouse wheel */ #bookmarks-view, scrollbar[orient=vertical] { width: 0px !important; } /* Display the tabbar at the bottom */ /* #content > tabbox { -moz-box-direction: reverse; } */ /* Sidebar */ /*FF3*/#main-window>hbox>vbox>#sidebar{margin-left:-33px!important;min-width:140px!important} /*FF3*/#bookmarksPanel .sidebar-placesTreechildren{margin-top:-00px!important} /*FF3*/#bookmarksPanel>.sidebar-placesTree{border:none!important} /*FF3*/#history-panel>.sidebar-placesTree{border:none!important;margin-left:18px!important} #bookmarks-view>tree,#history-panel>tree{-moz-appearance:none!important} menu[label="Bookmarks Toolbar Folder"]{display:none!important} #history-panel #search-box{margin:0px 0px 0px 31px!important} #history-panel #viewButton{margin:0px!important;/*FF3*/height:18px!important} #history-panel .button-box{padding:0px!important;border:none!important} #history-panel .button-menu-dropmarker{/*FF3*/width:11px!important} #feed-button { display: none !important; } #star-button { display: none !important; } #go-button { visibility: visible !important; } /* Add Next/Previous Buttons to Quick Find Bar */ .findbar-container>* {display: -moz-box !important;} /* Show Stop and Reload buttons smartly*/ #stop-button[disabled] { display: none;} #stop-button:not([disabled]) + #reload-button { display: none; }