Ureadable table in about:performance fix #63

This commit is contained in:
overdodactyl 2018-02-13 08:56:53 -07:00
parent 9b1738fc1f
commit d91440272a
3 changed files with 8 additions and 34 deletions

View File

@ -1036,17 +1036,8 @@
}
#subprocess-reports td {
background-color: var(--primary-light-color) !important;
}
table {
background-color: red !important;
color: -moz-DialogText;
font: message-box;
text-align: start;
width: 100%;
border: 1px solid ThreeDShadow;
border-spacing: 0px;
background-color: var(--dark-accent) !important;
border-color: var(--grey-70) !important;
}
}
@-moz-document url(about:plugins) {

View File

@ -2,21 +2,13 @@
#subprocess-reports th {
background-color: var(--primary-accent-color) !important;
color: white !important;
color: white !important;
}
#subprocess-reports td {
background-color: var(--primary-light-color) !important;
background-color: var(--dark-accent) !important;
border-color: var(--grey-70) !important;
}
table {
background-color: red !important;;
color: -moz-DialogText;
font: message-box;
text-align: start;
width: 100%;
border: 1px solid ThreeDShadow;
border-spacing: 0px;
}
}

View File

@ -783,17 +783,8 @@
}
#subprocess-reports td {
background-color: var(--primary-light-color) !important;
}
table {
background-color: red !important;
color: -moz-DialogText;
font: message-box;
text-align: start;
width: 100%;
border: 1px solid ThreeDShadow;
border-spacing: 0px;
background-color: var(--dark-accent) !important;
border-color: var(--grey-70) !important;
}
}
@-moz-document url(about:plugins) {