Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ahoka style tabs
- because I lack originality
- */
- .tab-icon-image,
- .tab-close-button,
- #identity-box,
- #urlbar-reload-button,
- #urlbar dropmarker,
- #star-button,
- .tabbrowser-arrowscrollbox > .scrollbutton-up,
- .tabbrowser-arrowscrollbox > .scrollbutton-down,
- #go-button,
- .tab-throbber,
- .tab-throbber[progress],
- .tabs-newtab-button {
- display: none !important;
- }
- #plugins-notification-icon,
- #plugins-notification-icon-container {
- -moz-appearance: none !important;
- background: #2b2b2b !important;
- width:0px !important;
- margin-left:-6px !important;
- margin-right:-6px !important;
- }
- #tabbrowser-tabs {
- background: #151617 !important;
- -moz-appearance: none !important;
- background-image: none !important;
- }
- .tabbrowser-tab {
- min-height: 16px !important;
- max-height: 16px !important;
- margin-top: 4px;
- margin-left: 2px !important;
- margin-right: 1px !important;
- -moz-appearance: none !important;
- background-image: none !important;
- background: #2b2b2b !important;
- color: #404040;
- border-radius: 0px 0px 0px 0px !important;
- border: 1px solid #000000 !important;
- }
- .tabbrowser-tab:hover {
- transition: ease .4s all !important;
- color: #f0f0f0 !important;
- }
- .tabbrowser-tab[selected=true] {
- color: #ffffff;
- }
- .tabbrowser-tab:first-child {
- margin-left: 4px !important;
- border-left: 1px solid #000 !important;
- }
- .tabbrowser-tab:last-child {
- margin-right: 4px !important;
- }
- .tabbrowser-tab .tab-text {
- font-family: cure !important;
- font-size: 8pt !important;
- text-align: center !important;
- padding-bottom: 2px !important;
- padding-left: 1px !important;
- padding-right: 1px !important;
- }
- #nav-bar {
- -moz-appearance: none !important;
- background: #151617 !important;
- }
- #urlbar-container {
- background: #151617 !important;
- }
- #urlbar {
- font-family: cure !important;
- font-size: 8pt !important;
- min-height: 16px !important;
- max-height: 16px !important;
- margin-left: 4px !important;
- margin-right: 4px !important;
- background: #2b2b2b !important;
- color: #707070 !important;
- border-left: 1px solid #000 !important;
- border-top: 1px solid #000 !important;
- border-bottom: 1px solid #000 !important;
- border-right: 1px solid #000 !important;
- -moz-appearance: none !important;
- text-align: center !important;
- }
- #urlbar:hover {
- transition: ease .4s all !important;
- color: #f0f0f0 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment