Thunderbird "portable" 31, Win7
Hi,
ich möchte die Gauss-Kurven in den Tabs loswerden. Im Netz fand ich diese userChrome.css Einträge:
".tabmail-tab {
margin: 2px 0px !important;
}
.tab-background {
background-image: none !important;
border: 1px solid threedshadow !important;
border-bottom: none !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
-moz-margin-start: 0px !important;
-moz-margin-end: 2px !important;
background-color: threeDshadow !important;
background-image: -moz-linear-gradient(rgba(255,255,255,0.35) 25%, rgba(255,255,255,0)) !important;
}
.tabmail-tab:not([selected]):not(:hover) +
.tabmail-tab:not([selected]):not(:hover)::before,
.tabmail-tab:last-child:not([selected]):not(:hover)::after {
background: none !important;
}
.tabmail-tab:hover .tab-background,
.tabmail-tab[selected] .tab-background {
background: -moz-dialog !important;
background-image: -moz-linear-gradient(rgba(255,255,255,0.35) 25%, rgba(255,255,255,0)) !important;
}
.tabmail-tab:hover .tab-text,
.tabmail-tab[selected] .tab-text {
color: black !important;
opacity: 1 !important;
}
.tabmail-tab:last-child:not([selected]):not(:hover)::after {
-moz-margin-start: 0px;
-moz-margin-end: 2px;
}"
Im aktiven Tab sind aber immer noch Gauss-Ecken, siehe Foto. Wie werde ich diese vollständig los?