From 1a9521f9be063b7da8441be54febc4a1f54cdf1f Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 5 May 2019 16:21:32 +0300 Subject: [PATCH] Hide the navigator-toolbox bottom border --- chrome/hide_toolbox_top_bottom_borders.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/hide_toolbox_top_bottom_borders.css b/chrome/hide_toolbox_top_bottom_borders.css index 29c6122..7377f27 100644 --- a/chrome/hide_toolbox_top_bottom_borders.css +++ b/chrome/hide_toolbox_top_bottom_borders.css @@ -1,6 +1,6 @@ :root[sizemode="normal"]{ border-top: none !important } #navigator-toolbox::after{ content: none !important } - +#navigator-toolbox{ border-bottom: none !important } /* Removes few remaining extra lines above tabs in non-maximized windows */ /* Also prevents small vertical shift when moving tabs in compact density - who knows why */ :root[sizemode="normal"] #titlebar{ -moz-appearance: none !important; } @@ -12,4 +12,4 @@ /* Fx pre-65 */ /* #navigator-toolbox > #TabsToolbar{margin-top: -2px;} */ /* Fx65+ */ -/* #TabsToolbar > .toolbar-items > spacer{ display: none; } */ \ No newline at end of file +/* #TabsToolbar > .toolbar-items > spacer{ display: none; } */