Hallo zusammen.
Für about:loginsimportreport
hätte ich auch was gemacht:
CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(about:loginsimportreport) {
body{
margin-left: 170px !important;
margin-right: auto !important;
max-height: 86vh !important;
max-width: 1200px !important; /* Breite anpassen */
margin-top: 40px !important;
margin-bottom: 20px !important;
padding-bottom: 20px !important;
padding-top: 15px !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;
}
body:hover{
border-left-color: #bbddff !important;
border-top-color: #bbddff !important;
border-right-color: #11508d !important;
border-bottom-color: #11508d !important;}
#report-body{
background: #fffff0 !important;
margin-right: 400px !important;
min-width: 650px !important;}
/* Nullen auf gleiche Höhe bringen */
.new-logins {margin-top: 210px !important; margin-left: -25px !important;}
.exiting-logins {margin-top: 210px !important;}
.duplicate-logins {margin-top: 209px !important;}
.errors-logins {margin-top: 209px !important;}
.logins-list{border-top: none !important;}
.summary > div:nth-child(2){
margin-top: 50px !important;
color: #0059b3 !important;
font-weight: bold !important;
font-size: 16px !important;}
/* Farbe Überschrift ändern */
.summary > h2:nth-child(1){color: crimson !important; margin-top: 80px !important;}
/* Farbe Nummern ändern */
.new-logins > div:nth-child(1),
.exiting-logins > div:nth-child(1),
.duplicate-logins > div:nth-child(1),
.errors-logins > div:nth-child(1){color: #0059b3 !important;}
/* Schaltfläche anpassen */
.about-logins-import-report-learn-more{
margin-top: 60px !important;
appearance:none !important;
text-decoration: none !important;
max-width: 170px !important;
background: #F0F0F0 url("..//icons/Bild34.png")no-repeat !important;
padding-left:40px!important;
padding-top: 2px!important;
padding-right: 20px !important;
padding-bottom: 4px!important;
background-position:14px 4px!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:16px!important;
color:black !important; }
.about-logins-import-report-learn-more:hover{
appearance:none!important;
background: #B2EDFA url("..//icons/Bild34.png")no-repeat !important;
padding-left:40px!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 4px!important;}
}
Alles anzeigen
Mfg.
Endor