Ureadable table in about:performance fix #63
This commit is contained in:
parent
9b1738fc1f
commit
d91440272a
|
@ -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) {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue