diff --git a/devtools/client/themes/toolbars.css b/devtools/client/themes/toolbars.css index 8a88236d777e..b7139f3ace72 100644 --- a/devtools/client/themes/toolbars.css +++ b/devtools/client/themes/toolbars.css @@ -34,6 +34,13 @@ padding: 0 3px; } +.devtools-toolbar td { + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: var(--theme-splitter-color); +} + +/* nor support border, we have to style the */ .devtools-toolbar-bottom { border-top-width: 1px; border-bottom: none;