@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#main-window #content .tabbrowser-tabs {
margin-top: 0px!important;
margin-bottom: 0px!important;
border-top: 0px solid !important;
border-bottom: 1px solid !important;
-moz-border-top-colors: ThreeDShadow !important;
-moz-border-bottom-colors: ThreeDShadow !important;
}
.tabs-bottom {
border-top: 1px solid !important;
border-bottom: 1px solid !important;
-moz-border-top-colors: ThreeDShadow !important;
-moz-border-bottom-colors: ThreeDShadow !important;
margin-bottom: 3px!important;
min-height: 23px !important;
}
.tabbrowser-tabs {
background: transparent !important;
}
.tabbrowser-tab {
background: transparent !important;
-moz-border-top-colors: transparent !important;
border-right: 1px solid !important;
-moz-border-right-colors: ThreeDShadow !important;
-moz-border-radius: 1px !important;
margin-left: -1px!important;
}
.tabbrowser-tab .tab-text {
border:1px dotted transparent !important;
}
.tabs-container:not([overflow="true"]) {
-moz-padding-start: 0px !important;
}
.tabs-alltabs-button {
background: transparent !important;
border-top: 0px solid !important;
border-bottom: 0px solid !important;
-moz-border-radius: 0px !important;
margin-top: 4px!important;
margin-bottom:3px!important;
padding: 1px !important;
}
.tabbrowser-arrowscrollbox > .scrollbutton-up,
.tabbrowser-arrowscrollbox > .scrollbutton-down {
background: transparent !important;
border-top: 0px solid !important;
border-bottom: 0px solid !important;
-moz-border-radius: 0px !important;
margin-top: 4px!important;
margin-bottom:3px!important;
padding: 1px !important;
}