dass Mozilla die auf UTF-8 umstellen will.
Sollte ich dich/das falsch verstanden haben, dann sorry.
.pref Fx 121:
Fx 115 ESR:
Fx 122:
Die sind und waren alle mit: UTF-8
Ebenso wie unsere genutzten Skripte und CSS Codes.
dass Mozilla die auf UTF-8 umstellen will.
Sollte ich dich/das falsch verstanden haben, dann sorry.
.pref Fx 121:
Fx 115 ESR:
Fx 122:
Die sind und waren alle mit: UTF-8
Ebenso wie unsere genutzten Skripte und CSS Codes.
Die sind und waren alle mit: UTF-8
War das nicht schon von Anfang an so?
von Anfang an so?
Eben mal in ESR 45 nachgesehen, auch da war das schon so.
Eben mal in ESR 45 nachgesehen, auch da war das schon so.
Dann war das wohl tatsächlich schon von Anfang an so, auch vor der Namensänderung zu Firefox.
Bei mir sind die (genutzten) prefs alle ausnahmslos in ANSI. Firefox schreibt das auch so, siehe oben. Bei Thunderbird ist das UTF-8. Ich habe keine Ahnung, warum. Eine neue ist in UTF-8. Ergo muss ja dann was in meiner prefs stehen, was Firefox dazu zwingt, als ANSI zu schreiben. merde
Nö, nicht die prefs, ist was anderes im Profil.
nicht die prefs
Ist das nur bei der prefs so, oder auch bei anderen .js Dateien?
Ich hab keine anderen JS. Ich bin grad im Ausschlussverfahren dran, nicht extensions, nicht storage, nicht css. Momentan geht der Verdacht Richtung favicons/places.
Ich hab keine anderen JS.
user.js, oder auch alle Skripte.
Selbst CSS-Codes sind hier UTF-8
user.js hab ich letztes Jahr alle entsorgt, sonstige Scripte nutze ich nicht. Aber ich habe die Lösung: Sync.
Sobald sich Firefox synced, ist die prefs in ANSI, ohne Sync in UTF-8
Aber ich habe die Lösung
Ist doch ein Anfang.
Sobald sich Firefox synced
Die Funktion nutze ich hier nicht.
Ist allerdings eigenartig.
.DeJaVu Hast du mal die prefs.js manuell geändert und versehentlich in ANSI abgespeichert? Eigentlich sollte man aber die prefs.js nicht bearbeiten.
Ich schrieb bereits oben, dass ohne Sync UTF-8 bleibt.
Ticket dazu:
https://bugzilla.mozilla.org/show_bug.cgi?id=1875678
Auslöser für die Suche war der Murks in den modifizierten Einstellungen in Firefox 123.
Ich habe das jetzt so ↓ gelöst.
Danke, Ralf, das habe ich auch gemacht, musste aber die Breite insgesamt anpassen. Kann ich erst einmal mit leben.
Trotzdem ist es so wie Andreas schreibt, die ganze Rubrik Media passt eben nicht. Dem stimme ich zu , denn in allen anderen Bereichen ist es ja nicht so, und die Breite kann beliebig geändert werden.
Danke, Ralf, das habe ich auch gemacht, musste aber die Breite insgesamt anpassen. Kann ich erst einmal mit leben.
Aber gerne doch und dann heißt es halt immer mal wieder rein gucken um zu schauen, ob das Problem gelöst ist.
Ich habe (für mich) eine Lösung gefunden, mit denen ich den Bereich "Medien" wieder auf die Reihe kriege:
/* Sonderanpassungen für den Bereich "Medien" */
#media-content-decryption-modules-tbody > tr:nth-child(3) > td:nth-child(4),
#media-content-decryption-modules-tbody > tr:nth-child(4) > td:nth-child(4) {
word-break: break-word !important;
}
Damit kann die Spalte "Funktionen" im Abschnitt "Informationen zu Content Decryption Modules (CDM)" dann schmaler werden und die ganze Tabelle paßt wieder.
Vielleicht könnt ihr das ja auch gebrauchen?
Der Fehler im Bereich "Wichtige modifizierte Einstellungen" ist dann noch eine andere Baustelle - aber da muß wohl Mozilla ran.
Vielleicht könnt ihr das ja auch gebrauchen?
Danke, das wäre ja noch eine Variante, aber nun warte ich erst einmal ab.
Danke für die Änderung grisu2099
Ich habe da noch eine weitere Baustelle:
Mein abgewandelter Code made by Endor:
/* About:Support */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(about:support) {
body::before {content: "Boersenfegers Nightly";
margin-left: 0px;
font-size: 25px;
font-weight: bold;
color: red;}
html{background:#ffffff !important;}
body > h1:nth-child(2){margin-top: 10px !important;}
body{margin-left: 80px !important; max-width: 1540px !important;}
.action-box{width: 30% !important; border-radius:24px !important;}
#reset-box, #safe-mode-box {margin-left: 11px !important;}
#security-software-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(33) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
table.prefs-table:nth-child(23) > thead:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(37) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#intl-localeservice-tbody > tr:nth-child(1) > th:nth-child(1),
#sandbox-tbody > tr:nth-child(1) > th:nth-child(1),
#libversions-tbody > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(27) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
table.prefs-table:nth-child(18) > thead:nth-child(1) > th:nth-child(1),
table.prefs-table:nth-child(20) > thead:nth-child(1),
table.prefs-table:nth-child(20) > thead:nth-child(1) > th:nth-child(1),
#media-info-tbody > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(10) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1),
#contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#graphics-features-tbody > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(14),
#graphics-features-tbody,
#contents > table:nth-child(29) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(2){border-top-left-radius:24px !important;}
#contents > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
{border-top-left-radius:24px !important; padding-top: 8px !important; padding-bottom: 8px !important;}
#security-software-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2),
#startup-cache-disk-cache-path,
table.prefs-table:nth-child(23) > thead:nth-child(1) > th:nth-child(2),
#remote-debugging-accepting-connections,
#intl-localeservice-tbody > tr:nth-child(1) > th:nth-child(1),
#sandbox-tbody > tr:nth-child(1) > td:nth-child(2),
#libversions-tbody > tr:nth-child(1) > th:nth-child(3),
#a11y-activated,
table.prefs-table:nth-child(18) > thead:nth-child(1) > th:nth-child(2),
#media-info-tbody > tr:nth-child(1) > td:nth-child(2),
#contents > table:nth-child(10) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4),
#contents > table:nth-child(8),
#contents > table:nth-child(8) > thead:nth-child(1),
#contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1),
#contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
#graphics-features-tbody > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(14),
#graphics-features-tbody,
#graphics-features-tbody > tr:nth-child(1),
#contents > table:nth-child(2),
table.prefs-table:nth-child(20) > thead:nth-child(1),
table.prefs-table:nth-child(20) > thead:nth-child(1) > th:nth-child(2),
#remote-processes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2),
#contents > table:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4),
#application-box {border-top-right-radius:24px !important;}
#security-software-table > tbody:nth-child(2) > tr:nth-child(3) > th:nth-child(1),
tr.no-copy:nth-child(25) > th:nth-child(1),
#contents > table:nth-child(33) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
#graphics-decisions-tbody > tr:last-child > th:nth-child(1),
#media-capabilities-tbody > tr:nth-child(2) > td:nth-child(1),
#locked-prefs-tbody > tr:last-child > td:nth-child(1),
#contents > table:nth-child(37) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(1),
#intl-ospreferences-tbody > tr:nth-child(3) > th:nth-child(1),
#libversions-tbody > tr:nth-child(6) > td:nth-child(1),
#contents > table:nth-child(27) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
#prefs-tbody > tr:last-child > td:nth-child(1),
#features-tbody > tr:last-child > td:nth-child(1),
#contents > table:nth-child(8),
#contents > table:nth-child(14),
#prefs-tbody > tr:nth-child(79),
#contents > table:nth-child(2),
tr.no-copy:nth-child(22) > th:nth-child(1),
#contents > table:nth-child(2) > tbody:nth-child(1),
#contents > table:nth-child(29) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
#graphics-workarounds-tbody > tr:last-child > th:nth-child(1),
#prefs-tbody > tr:last-child > td:nth-child(1),
#processes-tbody > tr:last-child > td:nth-child(1),
#graphics-failures-tbody > tr:last-child > th:nth-child(1),
#extensions-tbody > tr:last-child > td:nth-child(1),
tr.no-copy:nth-child(24) > th:nth-child(1),
tr.no-copy:nth-child(21) > th:nth-child(1){border-bottom-left-radius:24px !important;}
#security-software-firewall,
tr.no-copy:nth-child(25) > td:nth-child(2),
#startup-cache-wrote-to-disk-cache,
#graphics-decisions-tbody > tr:last-child > td:nth-child(2),
#media-capabilities-tbody > tr:nth-child(2) > td:nth-child(1),
#locked-prefs-tbody > tr:last-child > td:nth-child(2),
#remote-debugging-url,
#intl-osprefs-regionalprefs,
#sandbox-tbody > tr:nth-child(2) > td:nth-child(2),
#libversions-tbody > tr:nth-child(6) > td:nth-child(3),
#a11y-instantiator,
#prefs-tbody > tr:last-child > td:nth-child(2),
#extensions-tbody > tr:last-child > td:nth-child(4),
#features-tbody > tr:last-child > td:nth-child(3),
#contents > table:nth-child(14),
#prefs-tbody > tr:nth-child(79),
#contents > table:nth-child(2),
tr.no-copy:nth-child(22) > td:nth-child(2),
#prefs-tbody > tr:last-child > td:nth-child(2),
#processes-tbody > tr:last-child > td:nth-child(2)
#graphics-failures-tbody > tr:last-child > td:nth-child(2),
#graphics-workarounds-tbody > tr:last-child > td:nth-child(2),
#processes-tbody > tr:last-child > td:nth-child(2),
tr.no-copy:nth-child(24) > td:nth-child(2),
tr.no-copy:nth-child(21) > td:nth-child(2) {border-bottom-right-radius:24px !important;}
#contents > table:nth-child(25) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
table.prefs-table:nth-child(21) > thead:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(10),
#contents > table:nth-child(8),
#crashes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
{border-top-left-radius:24px !important; border-bottom-left-radius:24px !important;}
#javascript-incremental-gc,
table.prefs-table:nth-child(21) > thead:nth-child(1) > th:nth-child(2),
#contents > table:nth-child(10),
#contents > table:nth-child(8),
#crashes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2)
{border-bottom-right-radius:24px !important; border-top-right-radius:24px !important;}
#extensions-tbody > tr:nth-child(13),
#intl-ospreferences-tbody > tr:nth-child(3),
#sandbox-tbody, #contents > table:nth-child(8),
#contents > table:nth-child(25) > tbody:nth-child(1),
table.prefs-table:nth-child(21), #prefs-tbody > tr:nth-child(140),
#contents > table:nth-child(29),
#contents > table:nth-child(27){line-height: 2.0 !important;}
#graphics-workarounds-tbody > tr:nth-child(2),
#graphics-workarounds-tbody > tr:nth-child(2) > th:nth-child(1),
#graphics-workarounds-tbody > tr:nth-child(2) > td:nth-child(2){line-height: 2.5 !important;}
#graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1)
{margin-left: -15px!important;}
#security-software-table,
#contents > table:nth-child(n+1),
table.prefs-table:nth-child(n+1),
#crashes-table{border-radius:24px !important;}
td, th{padding-left: 15px !important;}
#copy-raw-data-to-clipboard {min-width: 330px !important;}
#clear-startup-cache-box > h3,
#safe-mode-box > h3, #reset-box > h3, h2, h1 {color: #057A7A !important;}
#clear-startup-cache-box > h3 {margin-left: 4px !important;}
#prefs-user-js-section > h3, h2{margin-left: 8px !important; color: red !important;}
#safe-mode-box > h3, #reset-box > h3 {margin-left: 4px !important;}
.action-box{background: #FDF5E6 !important;}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td
{border: none! important;}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover
{border: none! important;}
#graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1)
{margin-left: -15px!important;}
#graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1),
#graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1) > tr:nth-child(1)
{border: none! important;}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover
{border: none! important;}
td{background: #FFFFF0 !important;}
td:hover{background: #ffeb99 !important;}
th {background-color: #ee7621 !important;}
th:hover {background-color: #b54f06 !important;}
#copy-raw-data-to-clipboard{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
padding-left:20px!important;
padding-bottom: 5px!important;
background-position:14px 6px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px!important;
margin-right:10px!important;
color:black !important;}
#copy-raw-data-to-clipboard:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
padding-left:20px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 6px!important;}
#copy-to-clipboard {min-width: 290px !important;}
#copy-to-clipboard{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
padding-left:20px!important;
padding-bottom: 5px!important;
background-position:14px 6px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px!important;
color:black !important;}
#copy-to-clipboard:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
padding-left:20px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 6px!important;}
#show-update-history-button{min-width: 220px !important;}
#show-update-history-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
padding-left:19px!important;
padding-bottom: 5px!important;
background-position:8px 5px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:8px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#show-update-history-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
background-position:8px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#update-dir-button{min-width: 220px !important;}
#update-dir-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
padding-left:19px!important;
padding-bottom: 5px!important;
background-position:8px 5px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:76px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#update-dir-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
background-position:8px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#profile-dir-button {min-width: 217px !important;}
#profile-dir-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
padding-left:32px!important;
background-position:8px 4px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:76px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#profile-dir-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
padding-left:32px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:8px 4px!important;}
#reset-box-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild77.png")no-repeat !important;
padding-left:40px!important;
padding-right: 130px !important;
padding-bottom: 4px!important;
background-position:14px 5px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px !important;
color:black !important; }
#reset-box-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild77.png")no-repeat !important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 5px!important;}
#restart-in-safe-mode-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild78.png")no-repeat !important;
padding-left:40px!important;
padding-right:5px!important;
background-position:14px 5px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px !important;
color:black !important; }
#restart-in-safe-mode-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild78.png")no-repeat !important;
background-position:14px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#clear-startup-cache-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/database_delete.png")no-repeat !important;
padding-left:40px!important;
padding-right:116px!important;
margin-left: 10px !important;
background-position:14px 6px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px !important;
color:black !important; }
#clear-startup-cache-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/database_delete.png")no-repeat !important;
background-position:14px 6px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#supportLink{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild52.gif") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:13px!important;
padding-left:29px!important;
padding-bottom: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width: 2px !important;
background-position:6px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
#supportLink:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild52.gif") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:13px!important;
padding-left:29px!important;
background-position:6px 2px!important;
border-radius:14px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
a[href="about:plugins"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:96px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
min-height: 28px !important;
line-height: 2.2 !important;}
a[href="about:buildconfig"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:73px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
#crashes-allReportsWithPending{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
max-width: 125px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
#crashes-allReportsWithPending:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
a[href="about:plugins"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:buildconfig"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:serviceworkers"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:50px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
max-width: 125px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:serviceworkers"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-left:35px!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:memory"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:88px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:memory"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#prefs-user-js-link{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
#prefs-user-js-link:hover{
appearance:none!important;
color:black!important; background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:performance"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:63px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:performance"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:profiles"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:94px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:profiles"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#verify-place-integrity-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 4px!important;
border-radius:14px!important;}
#verify-place-integrity-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 4px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="reset-on-next-restart"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild85.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="reset-on-next-restart"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild85.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="gpu-process-kill-button"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild117.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="gpu-process-kill-button"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild117.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="gpu-device-reset-button"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild21.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:40px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="gpu-device-reset-button"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild21.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 6px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[id="enumerate-database-button"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild7.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:40px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 6px!important;
border-radius:14px!important;}
button[id="enumerate-database-button"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild7.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#remoteprocesses-row > td:nth-child(2) > a:nth-child(1){
appearance:none!important;
margin-left: -4px !important;
background: #F0F0F0 url("..//icons/Bild125.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:160px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 3px!important;
border-radius:14px!important;}
#remoteprocesses-row > td:nth-child(2) > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild125.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 3px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#remoteprocesses-row,
#remoteprocesses-row > th:nth-child(1),
#remoteprocesses-row > td:nth-child(2) {padding-bottom: 10px !important; padding-top: 10px !important;}
#support-printing-clear-settings-button{
appearance:none!important;
margin-left: -4px !important;
background: #F0F0F0 url("..//icons/printer_delete.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:12px 6px!important;
border-radius:14px!important;}
#support-printing-clear-settings-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/printer_delete.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:12px 6px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
tr.no-copy:nth-child(17) > td:nth-child(2) > a:nth-child(1) {
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:71px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
tr.no-copy:nth-child(17) > td:nth-child(2) > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#place-database-stats-toggle{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 4px!important;
border-radius:14px!important; }
#place-database-stats-toggle:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 4px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:processes"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:80px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:processes"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#policies-status > a:nth-child(1){
appearance:none!important;
margin-left: -4px !important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:145px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 3px!important;
border-radius:14px!important;}
#policies-status > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 3px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#about-studies-section > p:nth-child(1) > a:nth-child(1){
appearance:none!important;
margin-left: -2px !important;
background: #F0F0F0 url("..//icons/studi.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
padding-bottom: 4px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:12px 5px!important;
border-radius:14px!important;}
#about-studies-section > p:nth-child(1) > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/studi.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:12px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#about-studies-section > p:nth-child(1){
line-height: 2 !important;
}
a[href="about:third-party"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:71px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:third-party"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
}
/* Sonderanpassungen für den Bereich "Medien" */
#media-content-decryption-modules-tbody > tr:nth-child(3) > td:nth-child(4),
#media-content-decryption-modules-tbody > tr:nth-child(4) > td:nth-child(4) {
word-break: break-word !important;
}
Alles anzeigen
Ich habe da noch eine weitere Baustelle:
Und was willst du da jetzt erreichen? Da ist nix...
noch eine weitere Baustelle:
Teste bitte:
/* About:Support */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(about:support) {
body::before {content: "Boersenfegers Nightly";
margin-left: 0px;
font-size: 25px;
font-weight: bold;
color: red;}
html{background:#ffffff !important;}
body > h1:nth-child(2){margin-top: 10px !important;}
body{margin-left: 80px !important; max-width: 1540px !important;}
.action-box{width: 30% !important; border-radius:24px !important;}
#reset-box, #safe-mode-box {margin-left: 11px !important;}
#security-software-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(33) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
table.prefs-table:nth-child(23) > thead:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(37) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#intl-localeservice-tbody > tr:nth-child(1) > th:nth-child(1),
#sandbox-tbody > tr:nth-child(1) > th:nth-child(1),
#libversions-tbody > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(27) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
table.prefs-table:nth-child(18) > thead:nth-child(1) > th:nth-child(1),
table.prefs-table:nth-child(20) > thead:nth-child(1),
table.prefs-table:nth-child(20) > thead:nth-child(1) > th:nth-child(1),
#media-info-tbody > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(10) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1),
#contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#graphics-features-tbody > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(14),
#graphics-features-tbody,
#contents > table:nth-child(29) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(2){border-top-left-radius:24px !important;}
#contents > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
{border-top-left-radius:24px !important; padding-top: 8px !important; padding-bottom: 8px !important;}
#security-software-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2),
#startup-cache-disk-cache-path,
table.prefs-table:nth-child(23) > thead:nth-child(1) > th:nth-child(2),
#remote-debugging-accepting-connections,
#intl-localeservice-tbody > tr:nth-child(1) > th:nth-child(1),
#sandbox-tbody > tr:nth-child(1) > td:nth-child(2),
#libversions-tbody > tr:nth-child(1) > th:nth-child(3),
#a11y-activated,
table.prefs-table:nth-child(18) > thead:nth-child(1) > th:nth-child(2),
#media-info-tbody > tr:nth-child(1) > td:nth-child(2),
#contents > table:nth-child(10) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4),
#contents > table:nth-child(8),
#contents > table:nth-child(8) > thead:nth-child(1),
#contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1),
#contents > table:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(3),
#graphics-features-tbody > tr:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(14),
#graphics-features-tbody,
#graphics-features-tbody > tr:nth-child(1),
#contents > table:nth-child(2),
table.prefs-table:nth-child(20) > thead:nth-child(1),
table.prefs-table:nth-child(20) > thead:nth-child(1) > th:nth-child(2),
#remote-processes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2),
#contents > table:nth-child(12) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(4),
#application-box {border-top-right-radius:24px !important;}
#security-software-table > tbody:nth-child(2) > tr:nth-child(3) > th:nth-child(1),
tr.no-copy:nth-child(25) > th:nth-child(1),
#contents > table:nth-child(33) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
#graphics-decisions-tbody > tr:last-child > th:nth-child(1),
#media-capabilities-tbody > tr:nth-child(2) > td:nth-child(1),
#locked-prefs-tbody > tr:last-child > td:nth-child(1),
#contents > table:nth-child(37) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(1),
#intl-ospreferences-tbody > tr:nth-child(3) > th:nth-child(1),
#libversions-tbody > tr:nth-child(6) > td:nth-child(1),
#contents > table:nth-child(27) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
#prefs-tbody > tr:last-child > td:nth-child(1),
#features-tbody > tr:last-child > td:nth-child(1),
#contents > table:nth-child(8),
#contents > table:nth-child(14),
#prefs-tbody > tr:nth-child(79),
#contents > table:nth-child(2),
tr.no-copy:nth-child(22) > th:nth-child(1),
#contents > table:nth-child(2) > tbody:nth-child(1),
#contents > table:nth-child(29) > tbody:nth-child(1) > tr:nth-child(4) > th:nth-child(1),
#graphics-workarounds-tbody > tr:last-child > th:nth-child(1),
#prefs-tbody > tr:last-child > td:nth-child(1),
#processes-tbody > tr:last-child > td:nth-child(1),
#graphics-failures-tbody > tr:last-child > th:nth-child(1),
#extensions-tbody > tr:last-child > td:nth-child(1),
tr.no-copy:nth-child(24) > th:nth-child(1),
tr.no-copy:nth-child(21) > th:nth-child(1){border-bottom-left-radius:24px !important;}
#security-software-firewall,
tr.no-copy:nth-child(25) > td:nth-child(2),
#startup-cache-wrote-to-disk-cache,
#graphics-decisions-tbody > tr:last-child > td:nth-child(2),
#media-capabilities-tbody > tr:nth-child(2) > td:nth-child(1),
#locked-prefs-tbody > tr:last-child > td:nth-child(2),
#remote-debugging-url,
#intl-osprefs-regionalprefs,
#sandbox-tbody > tr:nth-child(2) > td:nth-child(2),
#libversions-tbody > tr:nth-child(6) > td:nth-child(3),
#a11y-instantiator,
#prefs-tbody > tr:last-child > td:nth-child(2),
#extensions-tbody > tr:last-child > td:nth-child(4),
#features-tbody > tr:last-child > td:nth-child(3),
#contents > table:nth-child(14),
#prefs-tbody > tr:nth-child(79),
#contents > table:nth-child(2),
tr.no-copy:nth-child(22) > td:nth-child(2),
#prefs-tbody > tr:last-child > td:nth-child(2),
#processes-tbody > tr:last-child > td:nth-child(2)
#graphics-failures-tbody > tr:last-child > td:nth-child(2),
#graphics-workarounds-tbody > tr:last-child > td:nth-child(2),
#processes-tbody > tr:last-child > td:nth-child(2),
tr.no-copy:nth-child(24) > td:nth-child(2),
tr.no-copy:nth-child(21) > td:nth-child(2) {border-bottom-right-radius:24px !important;}
#contents > table:nth-child(25) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1),
table.prefs-table:nth-child(21) > thead:nth-child(1) > th:nth-child(1),
#contents > table:nth-child(10),
#contents > table:nth-child(8),
#crashes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1)
{border-top-left-radius:24px !important; border-bottom-left-radius:24px !important;}
#javascript-incremental-gc,
table.prefs-table:nth-child(21) > thead:nth-child(1) > th:nth-child(2),
#contents > table:nth-child(10),
#contents > table:nth-child(8),
#crashes-table > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(2)
{border-bottom-right-radius:24px !important; border-top-right-radius:24px !important;}
#extensions-tbody > tr:nth-child(13),
#intl-ospreferences-tbody > tr:nth-child(3),
#sandbox-tbody, #contents > table:nth-child(8),
#contents > table:nth-child(25) > tbody:nth-child(1),
table.prefs-table:nth-child(21), #prefs-tbody > tr:nth-child(140),
#contents > table:nth-child(29),
#contents > table:nth-child(27){line-height: 2.0 !important;}
#graphics-workarounds-tbody > tr:nth-child(2),
#graphics-workarounds-tbody > tr:nth-child(2) > th:nth-child(1),
#graphics-workarounds-tbody > tr:nth-child(2) > td:nth-child(2){line-height: 2.5 !important;}
#graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1)
{margin-left: -15px!important;}
#security-software-table,
#contents > table:nth-child(n+1),
table.prefs-table:nth-child(n+1),
#crashes-table{border-radius:24px !important;}
td, th{padding-left: 15px !important;}
#copy-raw-data-to-clipboard {min-width: 330px !important;}
#clear-startup-cache-box > h3,
#safe-mode-box > h3, #reset-box > h3, h2, h1 {color: #057A7A !important;}
#clear-startup-cache-box > h3 {margin-left: 4px !important;}
#prefs-user-js-section > h3, h2{margin-left: 8px !important; color: red !important;}
#safe-mode-box > h3, #reset-box > h3 {margin-left: 4px !important;}
.action-box{background: #FDF5E6 !important;}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td
{border: none! important;}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover
{border: none! important;}
#graphics-decisions-tbody > tr:nth-child(n+2) > td:nth-child(2) > table:nth-child(1)
{margin-left: -15px!important;}
#graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1),
#graphics-decisions-tbody > tr:nth-child(n+1) > td:nth-child(2) > table:nth-child(1) > tr:nth-child(1)
{border: none! important;}
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr > td:hover,
#graphics-decisions-tbody > tr:nth-child(n+1) > td > table > tr:hover
{border: none! important;}
td{background: #FFFFF0 !important;}
td:hover{background: #ffeb99 !important;}
th {background-color: #ee7621 !important;}
th:hover {background-color: #b54f06 !important;}
#copy-raw-data-to-clipboard{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild73.png")no-repeat !important;
padding-left:20px!important;
padding-bottom: 5px!important;
background-position:14px 6px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px!important;
margin-right:10px!important;
color:black !important;}
#copy-raw-data-to-clipboard:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild73.png")no-repeat !important;
padding-left:20px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 6px!important;}
#copy-to-clipboard {min-width: 290px !important;}
#copy-to-clipboard{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild74.png")no-repeat !important;
padding-left:20px!important;
padding-bottom: 5px!important;
background-position:14px 6px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px!important;
color:black !important;}
#copy-to-clipboard:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild74.png")no-repeat !important;
padding-left:20px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 6px!important;}
#show-update-history-button{min-width: 220px !important;}
#show-update-history-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild75.png")no-repeat !important;
padding-left:19px!important;
padding-bottom: 5px!important;
background-position:8px 5px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:8px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#show-update-history-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild75.png")no-repeat !important;
background-position:8px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#update-dir-button{min-width: 220px !important;}
#update-dir-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
padding-left:19px!important;
padding-bottom: 5px!important;
background-position:8px 5px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:76px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#update-dir-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
background-position:8px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#profile-dir-button {min-width: 217px !important;}
#profile-dir-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild76.png")no-repeat !important;
padding-left:32px!important;
background-position:8px 4px!important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:76px!important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
border-radius:14px!important;}
#profile-dir-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild76.png")no-repeat !important;
padding-left:32px!important ;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:8px 4px!important;}
#reset-box-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild77.png")no-repeat !important;
padding-left:40px!important;
padding-right: 130px !important;
padding-bottom: 4px!important;
background-position:14px 5px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px !important;
color:black !important; }
#reset-box-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild77.png")no-repeat !important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
background-position:14px 5px!important;}
#restart-in-safe-mode-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild78.png")no-repeat !important;
padding-left:40px!important;
padding-right:5px!important;
background-position:14px 5px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px !important;
color:black !important; }
#restart-in-safe-mode-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild78.png")no-repeat !important;
background-position:14px 5px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#clear-startup-cache-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/database_delete.png")no-repeat !important;
padding-left:40px!important;
padding-right:116px!important;
margin-left: 10px !important;
background-position:14px 6px!important;
font-size:14.0px!important;
border-style: outset !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-width:2px !important;
border-radius:12px !important;
color:black !important; }
#clear-startup-cache-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/database_delete.png")no-repeat !important;
background-position:14px 6px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#supportLink{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild52.gif") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:13px!important;
padding-left:29px!important;
padding-bottom: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width: 2px !important;
background-position:6px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
#supportLink:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild52.gif") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:13px!important;
padding-left:29px!important;
background-position:6px 2px!important;
border-radius:14px!important;
border-style: outset !important;
border-width:2px !important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
a[href="about:plugins"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:96px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
min-height: 28px !important;
line-height: 2.2 !important;}
a[href="about:buildconfig"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:73px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
#crashes-allReportsWithPending{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
max-width: 125px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
#crashes-allReportsWithPending:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
a[href="about:plugins"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:buildconfig"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:serviceworkers"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:50px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
max-width: 125px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:serviceworkers"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-left:35px!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:memory"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:88px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:memory"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#prefs-user-js-link{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;}
#prefs-user-js-link:hover{
appearance:none!important;
color:black!important; background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:15px!important;
padding-left:35px!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:performance"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:63px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:performance"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:profiles"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:94px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:profiles"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#verify-place-integrity-button{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 4px!important;
border-radius:14px!important;}
#verify-place-integrity-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 4px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="reset-on-next-restart"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild85.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="reset-on-next-restart"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild85.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="gpu-process-kill-button"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild117.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="gpu-process-kill-button"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild117.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[data-l10n-id="gpu-device-reset-button"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild21.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:40px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 5px!important;
border-radius:14px!important;}
button[data-l10n-id="gpu-device-reset-button"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild21.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 6px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
button[id="enumerate-database-button"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild7.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:40px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 6px!important;
border-radius:14px!important;}
button[id="enumerate-database-button"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild7.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#remoteprocesses-row > td:nth-child(2) > a:nth-child(1){
appearance:none!important;
margin-left: -4px !important;
background: #F0F0F0 url("..//icons/Bild125.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:160px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 3px!important;
border-radius:14px!important;}
#remoteprocesses-row > td:nth-child(2) > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild125.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 3px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#remoteprocesses-row,
#remoteprocesses-row > th:nth-child(1),
#remoteprocesses-row > td:nth-child(2) {padding-bottom: 10px !important; padding-top: 10px !important;}
#support-printing-clear-settings-button{
appearance:none!important;
margin-left: -4px !important;
background: #F0F0F0 url("..//icons/printer_delete.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:12px 6px!important;
border-radius:14px!important;}
#support-printing-clear-settings-button:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/printer_delete.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:12px 6px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
tr.no-copy:nth-child(17) > td:nth-child(2) > a:nth-child(1) {
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:71px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
tr.no-copy:nth-child(17) > td:nth-child(2) > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#place-database-stats-toggle{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: 3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 4px!important;
border-radius:14px!important; }
#place-database-stats-toggle:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 4px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
a[href="about:processes"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
font-size:14.0px!important;
text-decoration:none!important;
padding-right:80px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:processes"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#policies-status > a:nth-child(1){
appearance:none!important;
margin-left: -4px !important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:145px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 3px!important;
border-radius:14px!important;}
#policies-status > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 3px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#about-studies-section > p:nth-child(1) > a:nth-child(1){
appearance:none!important;
margin-left: -2px !important;
background: #F0F0F0 url("..//icons/studi.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
padding-right:20px!important;
padding-left:40px!important;
padding-bottom: 4px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:12px 5px!important;
border-radius:14px!important;}
#about-studies-section > p:nth-child(1) > a:nth-child(1):hover{
appearance:none!important;
background: #B2EDFA url("..//icons/studi.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:12px 5px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
#about-studies-section > p:nth-child(1){
line-height: 2 !important;
}
a[href="about:third-party"]{
appearance:none!important;
background: #F0F0F0 url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
margin-left: -3px !important;
margin-top: 3px !important;
font-size:14px!important;
text-decoration:none!important;
padding-right:71px!important;
padding-left:35px!important;
padding-bottom: 2px !important;
padding-top: 2px !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-style: outset !important;
border-width:2px !important;
background-position:8px 2px!important;
border-radius:14px!important;
line-height: 2.2 !important;}
a[href="about:third-party"]:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild3.png") no-repeat !important;
color:black!important;
font-size:14px!important;
text-decoration:none!important;
background-position:8px 2px!important;
border-radius:14px!important;
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;
border-style: outset !important;
border-width:2px !important;}
/* Sonderanpassungen für den Bereich "Medien" */
#media-content-decryption-modules-tbody > tr:nth-child(3) > td:nth-child(4),
#media-content-decryption-modules-tbody > tr:nth-child(4) > td:nth-child(4) {
word-break: break-word !important;
}
#contents > table {
background-color: #FFFFF0 !important;
}
}
Alles anzeigen
Gleiches in Grün, colspan. Ist aber ne andere Baustelle als meine.
Zu meinem Anliegen/Ticket hat Sören sich eingeschaltet und hat den Fehler mit der falschen Anzeige bei den modifizierten eingekreist/gefunden. Wär ich so nie drauf gekommen, ich bin auch nur ein "dummer" Anwender letztlich