Teste mal:
CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url(about:processes){
html{background: #ffffff !important;}
#process-table:before {
content: "Boersenfegers Firefox Prozessverwaltung";
margin-left: 510px !important;
font-weight:bold !important;
font-size: 20px !important;
color:red !important;
line-height: 4 !important;}
#process-tbody{
max-height: 650px!important;
overflow-y: auto !important;
margin-right: -7px !important;
margin-top: 40px !important;}
/* Zum Ausblenden der Symbolleiste rechts unten stehenden CSS Code aktivieren */
/* #process-tbody{scrollbar-width: none !important;} */
#process-table{
position: fixed !important;
margin-left: 30px !important;
margin-right: auto !important;
justify-content: center!important;
align-items: center!important;
max-width: 1690px !important;
height: auto !important;
margin-top: 40px !important;
margin-bottom: 20px !important;
padding-bottom: 30px !important;
padding-top: 10px !important;
padding-left: 50px !important;
padding-right: 50px !important;
background-color: #fffff0 !important;
border-left-color: lightblue!important;
border-top-color: lightblue!important;
border-right-color: dodgerblue!important;
border-bottom-color: dodgerblue!important;
border-radius: 20px !important;
border-width: 4px !important;
border-style: outset !important;}
#process-thead{
background: #ee7621 !important;
max-width: 1630px !important;
margin-left: -20px !important;
border-radius: 20px !important;}
#process-thead > tr:nth-child(1){
border-radius: 20px !important;}
#process-thead:hover {background-color: #df6107 !important;}
#column-memory-resident{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
min-width: 7em !important;
text-align: right !important;}
#process-thead > tr:nth-child(1) > td:nth-child(5){
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;
border-left: none !important;}
#column-name{
color: #ffffff !important;
font-weight: bold !important;
border-top-left-radius: 20px !important;
border-bottom-left-radius: 20px !important;
border-right: none !important;
padding-left: 55px !important;}
#column-cpu-total{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
text-align: right !important;}
#column-kill{
font-weight: bold !important;
color: #ffffff !important;
padding-right: 15px !important;
border-left: none !important;
border-right: none !important;
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;}
#process-tbody > tr:nth-child(n+1):hover{
background-color: #ffffcc !important;}
tr.window:nth-child(n+1) > td:nth-child(4),
tr.process:nth-child(n+1) > td:nth-child(4)
{fill: red !important;
background-color: #fffff0 !important;}
tr.window:nth-child(n+1) > td:nth-child(4):hover,
tr.process:nth-child(n+1) > td:nth-child(4):hover
{fill: red !important;
background-color: #ffffcc !important;}
tr:nth-child(odd){
background-color: #f0f8ff !important;}
}
Alles anzeigen
Habe gleich noch einen Fehler in Deinem Code beseitigt.
:wink:
Mfg.
Endor