Zitat von 2002Andreas
Teste es bitte mal mit diesem Code in Stylish:CSS Alles anzeigen@-moz-document url("chrome://browser/content/bookmarks/bookmarksPanel.xul"), url("chrome://browser/content/browser.xul"), url("chrome://browser/content/history/history-panel.xul") { treechildren::-moz-tree-cell(hover), treechildren::-moz-tree-cell-text(hover), treechildren::-moz-tree-row(hover){ -moz-appearance: none !important; border:none !important; text-decoration: none !important; outline: none !important;} }
Zitattreechildren::-moz-tree-cell(hover),
treechildren::-moz-tree-cell-text(hover),
treechildren::-moz-tree-row(hover){
-moz-appearance: none !important;
outline: none !important;}
Hab das jetzt zur userchrome.css hinzugefügt, welches den Bug behebt!
THX 2002Andreas :klasse: