Thunderbird 128.01esr
Windows 10
Ich habe in meinem Thunderbird alle Einträge der Menüs und Kontextmenüs mit Icons versehen. Das hat bis zur Version 115 gut geklappt. Nach dem Update auf TB 128 überlagern die Icons der Kontxtmenüeinträge in der Threadpane und der Messagepane die Menütexte, zum Teil auch bei den Untermenüs, aber nicht bei allen. In den Hauptmenüs (Datei, Bearbeiten, Ansicht etc.) ist alles wie es sein soll. Einen Screenshot im Anhang.
Ein Auszug aus meiner Menu-Icons.css. Die ganze Datei ist sehr groß.
CSS
/* THREADPANE */
#mailContext-openNewTab { background-image: url("../icons/43.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-openNewWindow { background-image: url("../icons/42.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-openConversation { background-image: url("../icons/233.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-replySender { background-image: url("../icons/155.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-replyAll { background-image: url("../icons/94.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-forward { background-image: url("../icons/37.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-forwardAsMenu { background-image: url("../icons/37.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-forwardAsInline { background-image: url("../icons/147.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-forwardAsAttachment { background-image: url("../icons/173.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-redirect { background-image: url("../icons/267.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-editAsNew { background-image: url("../icons/6.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-tags { background-image: url("../icons/385.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-addNewTag { background-image: url("../icons/203.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-manageTags { background-image: url("../icons/292.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-tagRemoveAll { background-image: url("../icons/300.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-mark { background-image: url("../icons/305.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-markRead { background-image: url("../icons/356.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-markUnread { background-image: url("../icons/357.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-markThreadAsRead { background-image: url("../icons/80.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-markReadByDate { background-image: url("../icons/287.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-markAllRead { background-image: url("../icons/274.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-markFlagged { background-image: url("../icons/14.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-markAsJunk { background-image: url("../icons/167.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-markAsNotJunk { background-image: url("../icons/168.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-recalculateJunkScore { background-image: url("../icons/169.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-archive { background-image: url("../icons/157.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-moveMenu { background-image: url("../icons/146.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-copyMenu { background-image: url("../icons/29.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-moveToFolderAgain { background-image: url("../icons/inbox.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-calendar-convert-menu { background-image: url("../icons/332.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-calendar-convert-event-menuitem { background-image: url("../icons/geplanter-termin.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-calendar-convert-task-menuitem { background-image: url("../icons/newtask-small.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-delete { background-image: url("../icons/35.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-ignoreThread { background-image: url("../icons/forbidden.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-ignoreSubthread { background-image: url("../icons/forbidden.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-watchThread { background-image: url("../icons/View-2.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-saveAs { background-image: url("../icons/160.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
#mailContext-print { background-image: url("../icons/Print.png"); background-repeat: no-repeat;
background-position:7px 4px!important }
Alles anzeigen
Wie kann das Problem gelöst werden?