bleibe aber bei meinem Code
Das sollst Du auch, aber dort findest Du einige Funktionen die Du vielleicht haben möchtet, zum Beispiel Die Button die Du gelöscht hast.
CSS
/* Ghost Button */
panel-item[action="toggle-disabled"][data-l10n-id="disable-addon-button"] {
--icon: url("file:///D://Seafile/Mozilla/Icons/deaktivieren.png") !important;
width: 16px !important;
height: 16px !important; }
panel-item[action="toggle-disabled"][data-l10n-id="enable-addon-button"] {
--icon: url("file:///D://Seafile/Mozilla/Icons/addons.png") !important;
width: 16px !important;
height: 16px !important; }
panel-item[action="remove"] {
--icon: url("file:///D://Seafile/Mozilla/Icons/papierkorb_rot.png") !important;
width: 16px !important;
height: 16px !important; }
/* panel-item[action="install-update"] {
width: 16px !important;
height: 16px !important;
fill: red!important; } */
panel-item[action="preferences"] {
--icon: url("file:///D://Seafile/Mozilla/Icons/config.png") !important;
width: 16px !important;
height: 16px !important; }
panel-item[action="report"] {
--icon: url("file:///D://Seafile/Mozilla/Icons/info.png") !important;
width: 16px !important;
height: 16px !important; }
panel-item[action="expand"] {
--icon: url("file:///D://Seafile/Mozilla/Icons/V_grün.png") !important;
width: 16px !important;
height: 16px !important; }
Alles anzeigen