From a6ebc1e5706f8f1f90fc924e90fb5bc7971fb0dc Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Wed, 21 Jul 2021 12:27:28 +0200 Subject: [PATCH] Fix borders around JS Sidebar (doc container etc) - Fix Borders - Make sure the borders that divide the document container and its surroundings are always visible at all times not matter what is open (sidebar) or what is visible (status bar, ruler) Signed-off-by: Pedro Pinto Silva Change-Id: Idea765f4438981af66bb760f25f7c553be7da728 --- loleaflet/css/loleaflet.css | 1 - loleaflet/css/toolbar.css | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index 14da047eb..354f8dba9 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -23,7 +23,6 @@ width: 1px; } #document-container { - border-top: 1px solid var(--gray-color); background: #DFDFDF; position: relative; margin: 0; diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index 3340e3b05..0e73341d3 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -7,6 +7,7 @@ z-index: 999; overflow: visible !important; background-color: white; + border-bottom: 1px solid var(--gray-color); } #toolbar-down {