From 8921b366c5dcfd891ebb3ee2f1c52ef767f6a32c Mon Sep 17 00:00:00 2001 From: "Seifert, Benjamin" Date: Fri, 27 Nov 2020 09:28:47 +0100 Subject: [PATCH] Remove border from panel splitter --- theme/userchrome.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/theme/userchrome.css b/theme/userchrome.css index 29d1c9c..9cf054f 100644 --- a/theme/userchrome.css +++ b/theme/userchrome.css @@ -194,9 +194,6 @@ a.button.disabled { min-width: 150px !important; width: 100% !important; } -.rli-root > .resizableLayoutItem > .resizableLayoutItem { - border-bottom: var(--default-border) !important; -} .rli-root > .resizableLayoutItem > .resizableLayoutItem > div { height: 100% !important; width: 100% !important;