Danke Dir @Bastler für Deine Hilfe.
Ich habe jetzt die o.g. Zeilen auskommentiert und zunächst beide margin-Angaben ebenfalls.
Das passte jedoch nicht. Dann habe ich lange hin- und her probiert und jetzt bleibt die Schrift schon mal an gleicher Stelle.
Allerdings springt nun das [x] einen Tick nach links. Hier nochmal der aktuelle Code:
CSS
/* Kreuz-Icon (nicht aktiv) - mit hellrotem Hintergrund */
.tab-close-button {
border-radius: 4px !important;
background-color: #ecd0de !important;
width: 20px !important;
height: 20px !important;
/* margin: 0 3px 0 -3px !important; */
}
/* Kreuz-Icon (aktiv) bei selektiertem Tab */
.tabmail-tab[selected] .tab-close-button {
margin: 1px 0px 0px 0px !important;
}
/* Kreuz-Icon Hintergrund (aktiv) ist hellrot */
.tabmail-tab[selected] .tab-close-button {
border-radius: 4px !important;
background-color: #ecd0de !important;
width: 20px !important;
height: 20px !important;
/* margin: 0 4px 0 -3px !important; */
}
Alles anzeigen
Vor allem habe ich mit der Code-Zeile 11 aus dem obigen Block lange herum experimentiert. Aber das Kreuz springt noch immer ca. 1 - 2 px nach links. Das bekomme ich nicht weg.
Schöne Grüße,
imebro