Hallo, wünsche frohe Weihnachten gehabt zu haben!
Folgendes Problem habe ich seit kurzem:
Ich benutze TMP in obiger Version, vor wenigen Tagen wurde es automatisch upgedatet. Seit dem sind meine Tabs nicht mehr so, wie ich sie eingestellt habe. Die kursive Schreibweise lässt sich in den TMP-Einstellungen zwar wegklicken, nur hat das keinen Effekt. Der aktuelle Tab soll schwarz und fett sein, er wird aber schwarz, kursiv und fett angezeigt. Der nicht ungelesenen Tab soll rot und fett sein, das wird auch so angezeigt. Der gelesene Tab sollte blau und fett sein, angezeigt wird schwarz und fett. Dies hatte ich in der Userchrome.css so eingegeben; siehe Liste:
Ferner springt in den TMP-Einstellungen die Reiter hin und her, so das ich jedesmal neu klicken muss. Die reagieren auf den Tab-Focus, wie er für die Browser-Tabs eingestellt sind!
Hat jemand einen Rat??
Hier meine Userchrome.css:
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gate…ere.is.only.xul"); /* set default namespace to XUL */
/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*
* * {
* font-size: 20pt !important
* }
*/
/*
* Make menu items in particular 15 pt instead of the default size:
*
* menupopup > * {
* font-size: 15pt !important
* }
*/
/*
* Give the Location (URL) Bar a fixed-width font
*
* #urlbar {
* font-family: monospace !important;
* }
*/
/* Windows Classic (9x/Me/2000) style Menus */
menupopup, popup {
border: 2px solid !important;
-moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
-moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
padding: 1px !important;
}
menubar > menu[disabled="true"] {
border: 1px solid transparent !important;
}
menubar > menu[_moz-menuactive="true"] {
border-top: 1px solid ThreeDHighlight !important;
border-right: 1px solid ThreeDShadow !important;
border-bottom: 1px solid ThreeDShadow !important;
border-left: 1px solid ThreeDHighlight !important;
background-color: transparent !important;
color: MenuText !important;
}
menubar > menu[_moz-menuactive="true"][open="true"] {
border-top: 1px solid ThreeDShadow !important;
border-right: 1px solid ThreeDHighlight !important;
border-bottom: 1px solid ThreeDHighlight !important;
border-left: 1px solid ThreeDShadow !important;
}
/* Das Aussehen des aktiven Tabs verändern */
tab{
-moz-appearance: none !important;
}
/* tab[selected="true"] {
background-color: rgb(222,218,210) !important;
color: black !important;
}
/* Das Aussehen von normalen Tabs verändern */
tab:not([selected="true"]) {
background-color: rgb(200,196,188) !important;
color: gray !important;
}
/*marquee {
-moz-binding : none !important;
display : block;
height : auto !important;
}
/* Mehrzeilige Lesezeichen-Symbolleiste */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline
}
/* "Gehe" Menü entfernen */
menu[label="Gehe"] {
display: none !important;
}
sidebarheader, bookmarkspanel > hbox { display: none !important; }
tab[selected="true"] {
font-style: italic;
font-weight: normal !important;
}
/* Benutze ein Hintergrundbild für die Symbolleisten */
toolbox {
background-image: url("hintergrund.jpg") !important;
background-color: none !important;
}
#navigator-throbber {
list-style-image : url("file://j:/ICONS/firefoxspins_static_23.gif") !important;
}
#navigator-throbber[busy="true"] {
list-style-image : url("file://j:/ICONS/firefoxspins_anim_23.gif") !important;
}
/* Größe des Suchfeldes anpassen */
#search-container {
-moz-box-flex: 100 !important;
}
/* Remove the New Tab button in the tabbar */
.tabs-left, .tabs-newbutton { display: none !important};
menu.bookmark item, nebuitem.bookmark item {max-width:15em !important;}
sidebarheader, #bookmarksPanel > hbox { display: none !important; }
/************************
* style for selected & highlighted tabs
************************/
tab[selected="true"], tab[selected="false"]:hover, tab:not([selected]):hover {
-moz-appearance: none !important;
-moz-opacity: 1.0 !important;
}
tab[selected="false"], tab:not([selected]) {
-moz-appearance: none !important;
-moz-opacity: 0.7 !important;
}
/* Stop-Reload-Button */
/* Stop muss vor Reload-Button sein! */
#stop-button:not([disabled="true"]) { display: -moz-box !important; }
#stop-button[disabled="true"] { display: none !important; }
#stop-button[disabled="true"] + #reload-button { display: -moz-box !important; }
#stop-button:not([disabled="true"]) + #reload-button { display: none !important; }
/* Suchfeld in Lesezeichen Sidebar entfernen */
sidebarheader, #bookmarksPanel > hbox { display: none !important; }
/* Suchfeld in Chronik Sidebar entfernen */
sidebarheader, #history-Panel > hbox { display: none !important; }
/* Adressleiste abrunden */
#urlbar {
-moz-appearance: none !important;
-moz-border-radius: 2px !important;
padding-right: 1px !important; }
#content tab:not([selected="true"]) {
opacity: 0.5 !important;
}
Vielen Dank für Eure Hilfe und einen guten Rutsch!
wünscht
Börsenfeger