Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Firefox CSS */
- /* URL Bar Cleanup */
- /* Dropmarker Remove */
- .autocomplete-history-dropmarker.urlbar-history-dropmarker {display: none !important;}
- /* Fixed URL Bar Size */
- #urlbar, #urlbar-container {min-width: 400px !important;max-width: 400px !important;}
- /* Remove Star Button */
- #star-button {
- display:none !important;}
- /* Remove Site Identity Button */
- #identity-box
- {display: none !important; }
- /* Remove Go Button */
- #go-button { display: none !important; }
- /* General Layout Stuff */
- /* Orange Button and Tabs */
- #appmenu-button {
- padding: 6px 8px !important;
- min-width: 0 !important;
- display:none !important
- }
- #appmenu-button .button-text {
- visibility: collapse !important;
- }
- #appmenu-button .button-menu-dropmarker {
- margin: 0 !important;
- }
- /* Transparent URL Bar */
- @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
- #urlbar, #page-proxy-stack, #identity-box
- { background-image: none !important;
- background: transparent !important;
- border: none !important; }
- /* White URL Bar Text */
- #urlbar{
- color: white !important; }
- /* TABS AND SHIT */
- /* INACTIVE */
- tab:not([selected="true"]){
- background:transparent !important;
- }
- .tabs-newtab-button {
- background:transparent !important;
- }
- tab:not([selected="true"]) .tab-text{
- color:black !important; }
- /* ACTIVE */
- .tabbrowser-tab[selected="true"] {
- color:#ffffff !important;
- background:transparent !important;
- font-weight:bold !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment