Da ich des suchens leid war hab ich mir das Standardtheme vorgenommen und dort die änderungen vorgenommen
CSS
.tabs-container:not([overflow="true"]) {
-moz-padding-start: 0px !important;
}
/* Tabs */
.tabbrowser-tab {
-moz-appearance: none;
background: url("chrome://browser/skin/tabbrowser/tab-bkgnd.png") repeat-x;
height: 22px;
margin: 2px 0px 2px !important;
padding: 0px 1px 0px 0px;
border: 2px solid;
border-width: 1px !important;
border-bottom: none;
background-color:#DFDCD6 !important;
opacity:1 !important;
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-topright: 4px !important;
-moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);
-moz-border-right-colors: rgba(0,0,0,.1);
-moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);
}
.tabbrowser-tab:hover,
.tabbrowser-tab[selected="true"] {
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-top-colors: ThreeDShadow;
-moz-border-right-colors: ThreeDShadow;
-moz-border-left-colors: ThreeDShadow;
}
.tabbrowser-tab:not([selected="true"]):hover {
background-image: url("chrome://browser/skin/tabbrowser/tab-hover-bkgnd.png");
}
Alles anzeigen
Das sind die änderungen in der browser.css
Aber nun die nächste frage, weiß jemand wie man die Scroll-buttons in der Tableiste ändern kann? Die im Tab Mix Plus scheinen keine wirkung zu zeigen