Stelle doch mal den Code der Version ein, die den Fehler verursacht hat. Ich möchte mir den Code mal ansehen.
Hallo,
hier ist der Code:
CSS
/* AGENT_SHEET **********************/
/* Geändert von EDV-Oldie ***********/
/* Letzte Änderung am 02.04.2020 ****/
@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html),
url-prefix(about:addons) {
/* FF - Add-ons-Manager - checkbox */
menuitem[checked="true"] > .menu-iconic-left{
-moz-appearance: menuimage !important;
}
menuitem[type="checkbox"] .menu-iconic-icon {
display:block !important;
}
menuitem[type="checkbox"] {
-moz-appearance:none !important;
margin-bottom: 4px !important;
background: url("../../../Icons/blocked.png") no-repeat !important;
padding-left:5px!important;
background-position:5px 1px !important;}
menuitem[type="checkbox"][checked="true"] {
-moz-appearance:none !important;
margin-bottom: 4px !important;
background: url("../../../Icons/V_grün.png") no-repeat !important;
padding-left:5px!important;
background-position:5px 1px !important;}
/*Höhe der Container */
addon-card:not([expanded="true"]) .addon.card {
max-height: 150px !important; /* maximale Höhe der Container / hauptsächlich für Theme gedacht */
}
/* FF - Add-ons-Manager linke Spalte */
#sidebar {
background-color: darkgray !important;
}
#categories {
margin-top:-1px !important;
}
#categories > .category,
#preferencesButton,
#addonsButton,
#help-button {
margin-left:1px!important;
}
#categories > .category:not([disabled]) {
border-radius:60px!important;
}
#category-availableUpdates {
color:red !important;
}
#category-discover .category-icon {
background: silver url("../../../Icons/Add-ons-Web.png") !important;
-moz-image-region: auto !important;}
#category-discover[selected="true"] {
background-color: silver !important;
color: white !important; }
#category-extension .category-icon {
list-style-image: url("../../../Icons/addon_grün_32.png") !important;
-moz-image-region: auto !important;}
#category-extension[selected="true"] {
background-color: silver !important;
color: white !important;
}
#category-theme .category-icon {
list-style-image: url("../../../Icons/themen_36.png") !important;
-moz-image-region: auto !important;}
#category-theme[selected="true"] {
background-color: silver !important;
color: white !important; }
#category-plugin .category-icon {
list-style-image: url("../../../Icons/plugin.png") !important;
-moz-image-region: auto !important;}
#category-plugin[selected="true"] {
background-color: silver !important;
color: white !important; }
#category-dictionary .category-icon {
list-style-image: url("../../../Icons/wörterbücher_32.png") !important;
-moz-image-region: auto !important;}
#category-dictionary[selected="true"] {
background-color: silver !important;
color: white !important; }
#preferencesButton,
#addonsButton,
#help-button,
#category-availableUpdates {
background-color: silver !important;
margin-top:5px !important;
border-radius:60px !important;
}
#preferencesButton:hover,
#addonsButton:hover,
#help-button:hover {
color:white !important;
background-color: gray !important;
margin-top:5px !important;
border-radius:60px !important;
}
#preferencesButton .sidebar-footer-link.preferences-icon {
list-style-image: url("../../../Icons/config.png") !important;
-moz-image-region: rect(0px 0px 0px 0px) !important; }
#addonsButton {
list-style-image: url("../../../Icons/addons.png") !important;
-moz-image-region: rect(0px 16px 16px 0px) !important; }
#help-button .sidebar-footer-link {
list-style-image: url("../../../Icons/hilfe.png") !important;
-moz-image-region: rect(0px 16px 16px 0px) !important; }
/* FF - Add-ons-Manager rechte Spalte */
/* Rechte Spalte Breite einstellen */
/* Farbe */
html[dir="ltr"],
.sticky-container,
.main-search,
.main-heading {
background: silver !important;
}
/* Name für Erweiterungen & erste Zeile */
.header-name {
font-size:0px !important;
margin-top: 17px !important;
}
.header-name[data-l10n-id="extension-heading"]:after{
font-size:18px !important;
font-weight: bold !important;
color: blue !important;
content: 'Erweiterungen von DBuessen' !important;
}
.header-name[data-l10n-id="theme-heading"]::after {
font-size:18px !important;
font-weight: bold !important;
color: blue !important;
content: 'Themen von DBuessen' !important;
}
.header-name[data-l10n-id="plugin-heading"]::after {
font-size:18px !important;
font-weight: bold !important;
color: blue !important;
content: 'Plugins von DBuessen' !important;
}
.header-name[data-l10n-id="dictionary-heading"]::after {
font-size:18px !important;
font-weight: bold !important;
color: blue !important;
content: 'Wörterbücher von DBuessen' !important;
}
.main-search {
max-height: 10px !important;
}
/* Name für Erweiterungen Ende */
.search-label{display: none !important; }
.header-name{margin-top: -35px !important; }
.page-options-menu{margin-top: -70px !important; margin-right: 100px !important;}
.main-search{margin-left: 500px !important;}
/* Name für Erweiterungen & erste Zeile Ende */
/* Rechte Spalte Breite einstellen */
.card,
addon-list addon-card > .addon.card,
addon-card[expanded] >.addon.card {
width: 78vw !important;
border-radius: 15px !important;
border: 2px solid grey !important;
}
/* Themen */
.card-heading-image {
margin-top: 1px !important;
margin-left: 1px !important;
}
addon-card .addon.card[active="false"] .theme-enable-button {
border-radius: 15px !important;
border: 1px solid grey !important;
background: #dddddd !important;
}
addon-card .addon.card[active="true"] .theme-enable-button {
border-radius: 15px !important;
border: 1px solid grey !important;
background: #dddddd !important;
}
addon-card:hover .addon.card[active="true"] .theme-enable-button {
border-radius: 15px !important;
border: 1px solid grey !important;
background: #ff7150 !important;
}
addon-card:hover .addon.card[active="false"] .theme-enable-button {
border-radius: 15px !important;
border: 1px solid grey !important;
background: #7fff00 !important;
}
/* Aktiv-Passiv Farbe */
.list-section-heading[data-l10n-id="extension-enabled-heading"],
.list-section-heading[data-l10n-id="theme-enabled-heading"],
.list-section-heading[data-l10n-id="plugin-enabled-heading"],
.list-section-heading[data-l10n-id="dictionary-enabled-heading"] {
background: gainsboro !important;
font-weight: bold !important;
color: green !important;
text-indent: 15px;
}
.list-section-heading[data-l10n-id="extension-disabled-heading"],
.list-section-heading[data-l10n-id="theme-disabled-heading"],
.list-section-heading[data-l10n-id="plugin-disabled-heading"],
.list-section-heading[data-l10n-id="dictionary-disabled-heading"] {
background: gainsboro !important;
font-weight: bold !important;
color: red !important;
text-indent: 15px;
}
/* Aktiv-Passiv Farbe Ende */
/* Add-on Manager - Farbe der Elemente anpassen */
.addon.card {
background: gainsboro !important;
max-width: initial !important;
}
/*** Hintergrund der Container bei Hover andere Farbe ****/
addon-card:not([expanded="true"]) .addon.card:hover {
background: lightsteelblue !important;
border: 1px solid green ! important;
}
/*** Umrandung der Container bei Hover breiter Rand und andere Farbe ****/
:root {
--card-outline-color: royalblue !important;
}
/**** fortlaufende Nummerierung installierter Erweiterungen, Themes, usw. ****/
body {
counter-reset: section;
}
/**** Hintergrund Container und Umrandung ****/
/* addon-list addon-card > .addon.card {
background: #F8F8FF !important;
border: 2px solid #EEAD0E !important;
border-radius: 20px !important;
} */
#main > div:nth-child(1) > addon-list:nth-child(1) > section:nth-child(2) > addon-card:nth-child(n+2) > div:nth-child(1) > div:nth-child(2)::before,
#main > div:nth-child(1) > addon-list:nth-child(1) > section:nth-child(3) > addon-card:nth-child(n+2) > div:nth-child(1) > div:nth-child(2)::before {
color: red !important;
font-weight: bold !important;
counter-increment: section;
content: counter(section, decimal-leading-zero)".) ";
padding-right: 20px !important;
margin-top:5px!important; /* Lage im Container */
margin-left: -5px !important; /* Abstand vom linken Rand */
}
/* Add-on Manager - Farbe der Elemente anpassen Ende */
#list-view > #addon-list .date-updated {
display: block !important; }
/* Add-ons-update */
panel-list {
background: gainsboro !important;
}
/**** Button oben mit dem Zahnrad ****/
.page-options-menu > .more-options-button {
fill: red !important; /* rotes Zahnrad */
border: 1px solid grey !important; /* farbige Umrandung */
border-radius: 15px !important; /* Abrundung */
width: 70px !important; /* Länge des Button */
height: 30px ! important; /* Höhe des Button */
box-shadow: inset 0 0 3px 3px grey; /* innerer Schatten */
margin-right: 500px !important;
}
/**** Button oben mit dem Zahnrad bei hover blau ****/
.page-options-menu > .more-options-button:hover {
fill: lime !important; /* Farbe des Zahnrades */
}
#categories .category[name="search"],
#category-search .category-icon {
fill: dodgerblue !important;
}
*.addons-icon {
fill: red !important;
}
*.help-icon {
fill: red !important;
}
/**** Hintergrund der einzelnen Boxen ****/
addon-page-options panel-list panel-item[accesskey][checked] {
background: unset !important;
}
/* More-Options-Button ... */
/* .more-options-button {
border-radius: 15px !important;
border: 1px solid grey !important;
}*/
/* .more-options-button[action="page-options"] {
background: url"G:/Firefox_2-Profil_Neu/chrome/Icons/update.png" no-repeat !important;
border: 1px solid blue !important;
padding-left:5px!important;
background-position:5px 5px !important;
}*/
/* .more-options-button[action="page-options"]:hover {
background: gray url"G/Firefox_2_Profil_Neu/chrome/Icons/update.png" no-repeat !important;
border: 1px solid blue !important;
padding-left:5px!important;
background-position:5px 5px !important;
}*/
panel-item[action="check-for-updates"][data-l10n-id="addon-updates-check-for-updates"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/updates_prüfen.png") !important; }
panel-item[action="view-recent-updates"][data-l10n-id="addon-updates-view-updates"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/update_1.png") !important; }
panel-item[action="install-from-file"][data-l10n-id="addon-install-from-file"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/update_2.png") !important; }
panel-item[action="debug-addons"][data-l10n-id="addon-open-about-debugging"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/addons_debuggen.png") !important; }
panel-item[action="set-update-automatically"][data-l10n-id="addon-updates-update-addons-automatically"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/V_grün.png") !important;
}
/* panel-item[action="set-update-automatically"][data-l10n-id="addon-updates-update-addons-automatically"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/blocked.png") !important; } */
panel-item[action="reset-update-states"][data-l10n-id="addon-updates-reset-updates-to-automatic"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/addons_auto.png") !important;
}
panel-item[action="reset-update-states"][data-l10n-id="addon-updates-reset-updates-to-manual"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/addons_manuell.png") !important; }
panel-item[action="manage-shortcuts"][data-l10n-id="addon-manage-extensions-shortcuts"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/keybord.png") !important; }
/* Ghost Button Erweiterungen */
/* panel-item[action="toggle-disabled"][data-l10n-id="disable-addon-button"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/deaktivieren.png") !important; }
panel-item[action="toggle-disabled"][data-l10n-id="enable-addon-button"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/addons.png") !important; }
*/
panel-item[action="remove"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/papierkorb_rot.png") !important; }
panel-item[action="install-update"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/update.png") !important; }
panel-item[action="preferences"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/config.png") !important; }
panel-item[action="report"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/warnung.png") !important; }
panel-item[action="expand"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/V_grün.png") !important; }
/* Ghost Button Plugins */
panel-item[data-l10n-id="manage-addon-button"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/addon_verwalten.png") !important; }
panel-item[data-l10n-id="ask-to-activate-button"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/info_1.png") !important }
panel-item[data-l10n-id="always-activate-button"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/always-activate.png") !important; }
panel-item[data-l10n-id="never-activate-button"] {
--icon: url("file:///C:/Dropbox/Chrome/Icons/never-activate.png") !important; }
/* Ghost Button weitere Einstellungen */
named-deck-button[data-l10n-id="permissions-addon-button"] {
background: red !important;
color: green !important; }
/* Add-ons-Manager Ende */
Alles anzeigen
Ich hoffe, dass du da vielleicht den Fehlerteufel findest?