/* 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[feeds] { 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;} /* Make the Search box flex wider (in this case 250 pixels wide) */ #search-container, #searchbar { max-width: 250px !important; width: 250px !important; } /* Show Stop and Reload buttons smartly*/ #stop-button[disabled] { display: none;} #stop-button:not([disabled]) + #reload-button { display: none; }