зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1531400 - Missing bottom border on netmonitor table's header; r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D22959 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
c0b9d28960
Коммит
e8fa711caf
|
@ -34,6 +34,13 @@
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.devtools-toolbar td {
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
border-bottom-color: var(--theme-splitter-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* <thead> nor <tr> support border, we have to style the <td> */
|
||||||
.devtools-toolbar-bottom {
|
.devtools-toolbar-bottom {
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче