Hallo!
Ich habe jetzt auf die neueste TabMixPlus Version geupdatet,
und mit dieser Version bekomme ich die Tabs Höhe einfach nicht in den Griff! :cry: alle meine Codes in der userChrome.css ändern nicht mehr die Tabs Höhe, hier mal ein Screenshot:
*edit*
[Blockierte Grafik: http://img519.imageshack.us/img519/7783/tmpfehleres7.th.jpg]
Wer kann mir bitte helfen?
*edit* mein Code in der userChrome.css:
CSS
tab.tabbrowser-tab {
max-height: 28px !important;
margin-left: -0px !important;
margin-top: 5px !important;
margin-bottom: 5px !important;
}
tab.tabbrowser-tab[selected="true"] {
margin-top: 3px !important;
max-height: 28px !important;
margin-left: -0px !important;
}
tab.tabbrowser-tab[busy=true] {
max-height: 28px !important;
margin-left: -0px !important;
}
tab.tabbrowser-tab > hbox {
height: 28px !important;
}
tab{
-moz-appearance: none !important;
}
tab[selected="true"] {
max-height: 28px !important;
height: 28px !important;
}
Alles anzeigen