зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1498195 - cleanup CSS selectors that dealt with about:performance containing multiple tables, r=felipe.
This commit is contained in:
Родитель
698dfa2ef9
Коммит
4886287a53
|
@ -48,24 +48,24 @@
|
|||
border-bottom: 1px solid var(--in-content-border-color);
|
||||
min-width: 40em;
|
||||
}
|
||||
#dispatch-thead, #dispatch-tbody tr {
|
||||
tr {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
#dispatch-table td:nth-child(2) {
|
||||
td:nth-child(2) {
|
||||
width: 8em;
|
||||
}
|
||||
#dispatch-table td:nth-child(3) {
|
||||
td:nth-child(3) {
|
||||
width: 9em;
|
||||
}
|
||||
#dispatch-table td:nth-child(4) {
|
||||
td:nth-child(4) {
|
||||
width: 5em;
|
||||
}
|
||||
#dispatch-tbody td:nth-child(4) {
|
||||
text-align: end;
|
||||
}
|
||||
#dispatch-table td:nth-child(5) {
|
||||
td:nth-child(5) {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
|
@ -132,12 +132,12 @@
|
|||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
#dispatch-table > thead > tr > td {
|
||||
#dispatch-thead > tr > td {
|
||||
border: none;
|
||||
background-color: var(--in-content-box-background-hover);
|
||||
padding: 5px 10px;
|
||||
}
|
||||
#dispatch-table > thead > tr > td:not(:first-child) {
|
||||
#dispatch-thead > tr > td:not(:first-child) {
|
||||
border-inline-start-width: 1px;
|
||||
border-inline-start-style: solid;
|
||||
border-image: linear-gradient(transparent 0%, transparent 20%, #c1c1c1 20%, #c1c1c1 80%, transparent 80%, transparent 100%) 1 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче