diff --git a/core/css/tabbed-container.css b/core/css/tabbed-container.css index 51fb9f1..b47ee6a 100644 --- a/core/css/tabbed-container.css +++ b/core/css/tabbed-container.css @@ -121,3 +121,31 @@ border: var(--tab-border); } } + +.tabbed-container._weditor .tablist .buttonrow { + height: 0px; + overflow: hidden; +} + +.tabbed-container._weditor .tablist .buttonrow.visible { + background: var(--tab-selected); + border: var(--tab-border); + border-bottom: none; + padding: 4px 0px 0px 4px; + height: unset; +} + +.tabbed-container._weditor .tablist .buttonrow .button { + margin: 0px; +} + +.tabbed-container._weditor .box { + display: flex; + margin: 0px; + padding: 0px; +} + +.tabbed-container._weditor .box textarea { + border: none; + margin: 0px; +} \ No newline at end of file