Hallo zusammen.
Nochmals Danke an alle die hier mit geholfen haben,
in speziellen 2002Andreas der die Lösung gefunden hat.
Aber auch an FuchsFan für seine entsprechende Anpassung.
Auch an Sören Hentzschel danke für die Erklärungen.
So nun hier nochmal die Version mit obiger Anpassung.
Werte, eventuell anpassen.
about:performance CSS Code:
CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url(about:performance){
html{background: #ffffff !important;}
#dispatch-table:before {
content: "Endors Firefox Task-Manager";
margin-left: 510px !important;
font-weight:bold !important;
font-size: 20px !important;
color:red !important;
line-height: 4 !important;}
#dispatch-tbody{
max-height: 500px !important;
overflow-y: auto !important;
margin-right: -7px !important;
margin-top: 40px !important;}
#dispatch-table{
position: fixed !important;
margin-left: 20px !important;
margin-right: auto !important;
justify-content: center!important;
align-items: center!important;
max-width: 1400px !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;}
#dispatch-thead{
background: #ee7621 !important;
max-width: 1328px !important;
margin-left: -20px !important;
border-radius: 20px !important;}
#dispatch-thead > tr:nth-child(1){
border-radius: 20px !important;}
#dispatch-thead:hover {background-color: #df6107 !important;}
#column-memory{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;
min-width: 7em !important;}
#dispatch-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-type{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;}
#column-energy-impact{
font-weight: bold !important;
color: #ffffff !important;
border-left: none !important;
border-right: none !important;}
#dispatch-tbody > tr:nth-child(n+1):hover{
background-color: #ffffcc !important;}
#dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5) > span:nth-child(1){
color: red !important;}
#dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5) > span:nth-child(1):hover{
background: transparent !important;}
#dispatch-tbody > tr:nth-child(n+1) > td:nth-child(5):hover{
background: transparent !important;}
.twisty{
color: red !important;}
}
Alles anzeigen
Hinweis:
Wer den CSS Code schon mit obiger Anpassung verwendet, braucht diese Version
nicht mehr runter laden. Ist nur für andere Interessierte gedacht.
Mfg.
Endor