Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .tabbrowser-arrowscrollbox > .scrollbutton-up,
- .tabbrowser-arrowscrollbox > .scrollbutton-down,
- toolbarbutton#appmenu-toolbar-button,
- toolbarbutton#alltabs-button,
- toolbarbutton#new-tab-button,
- .tab-icon-image,
- .tabs-closebutton-box,
- .tab-close-button {
- display: none !important;
- }
- #browser * {
- -moz-appearance: none !important;
- }
- #main-window {
- margin-top: -2px !important;
- }
- /* TABS */
- .tabbrowser-tabs *|tab[busy] .tab-icon {
- display: -moz-box !important;
- }
- tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
- -moz-appearance: none !important;
- border-radius: 0px !important;
- border: 0 !important;
- margin: 0 !important;
- background-image: none !important;
- margin-top: 0px !important;
- max-height: 20px !important;
- }
- tabs#tabbrowser-tabs {
- color: #b1b1b1 !important;
- background: #222222 !important;
- padding-top: 0px !important;
- margin-left: 0px !important;
- text-align: center !important;
- }
- .tabbrowser-tab [selected=true] {
- color: #eeeeee !important;
- background: #181818 !important;
- }
- .tabbrowser-tabs [selected=true] .tab-icon-image {
- display: -moz-box !important;
- }
- .tabbrowser-tab .tab-text {
- font-family: profont !important;
- font-size: 8pt !important;
- }
- .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
- min-width: 30px !important;
- max-width: 145px !important;
- }
- /* URL BAR */
- #urlbar dropmarker,
- #identity-box,
- #star-button,
- #go-button,
- .tab-throbber,
- .tabs-newtab-button,
- .tab-throbber[progress] {
- display: none !important;
- }
- #urlbar-container {max-width:250px!important}
- #urlbar-container {max-height:20px!important}
- #urlbar
- {
- background:#222222!important;
- color: #eeeeee !important;
- margin:0px 0 0!important;
- max-height:20px!important;
- min-height:20px!important;
- padding:0!important;
- text-align:left!important;
- -moz-appearance:none!important;
- font-family: profont!important;
- font-size:8pt!important;
- }
- #urlbar:hover {
- background: #363636 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement