Servus,
seit dem automatischen Update auf FF13 funktioniert die 3D Ansicht mit Hilfe von Stylish 1.2.6. leider nicht mehr.
Hier mal der Code der in den vorherigen FF-Versionen immer ging:
CSS
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Fx: active tab 3D and shiny
!? 'browser.tabs.insertRelatedAfterCurrent' still [true]? :D */
.tabbrowser-tab[selected="true"] {
-moz-border-radius: 15px !important;
background:
/*----> pick one: <----*/
/**/ #0f0 /* Lime */
/** / #f00 /* Red */
/** / #08f /* Blue */
/** / #f0f /* Violet */
/** / #ff0 /* Yellow */
/** / #0ff /* Cyan */
/** / #f80 /* Orange */
/** / #??? /* ...whatever you like :D */
!important;
-moz-box-shadow:
0 0 2px rgba(255, 255, 255, 0.6) inset,
0 4px 6px rgba(255, 255, 255, 0.6) inset,
0 11px 0 -2px rgba(255, 255, 255, 0.2) inset,
0 13px 8px rgba(80, 80, 80, 0.3) inset, /*<- adjust up or down */
1px 2px 4px rgba(0, 0, 0, 0.3) !important; /* by a little */
} /* to "even out" the center shadow effect */
.tabs-bottom {
height: 0px !important;
background-color: #000 !important; /* match */
border-top-color: #0f0 !important; /*<- to */
border-bottom-color: #0f0 !important; /*<- tab */
border-top-width: 2px !important;
border-bottom-width: 2px !important;
}
.tabbrowser-tab[selected="true"] .tab-text {
color: /**/ #000 /*<-or->*./ #fff /**/ !important; /* <- pick one */
font-weight: normal !important;
font-family: Verdana !important;
}
Alles anzeigen
Ich möchte dazu sagen, daß der Code von dieser Seite stammt: http://userstyles.org/styles/33570/f…ab-3d-and-shiny
Evtl kann mal einer der Experten drüber schauen. Ich vermag den Fehler nicht zu finden.
Ich habe auch mal TMP deaktiviert, in der Hoffnung das sich da irgendwas beißt, aber Fehlanzeige.
Gruß hipster