diff --git a/assets/dockspawn.css b/assets/dockspawn.css index 38eb05ebbf..3494fd8f07 100644 --- a/assets/dockspawn.css +++ b/assets/dockspawn.css @@ -4,4 +4,38 @@ .dockspan-tab-handle-text { margin-top: 0; +} + +.splitbar-vertical { + background-color: #23252a !important; +} + +.panel-titlebar { + display: flex; + align-items: end; +} + +.dockspan-tab-handle-list-container { + background-color: rgb(44, 46, 53) !important; +} + +.dockspan-tab-content { + background-color: rgb(44, 46, 53) !important; +} + +.dockspan-tab-host { + background-color: rgb(44, 46, 53) !important; +} + +.dockspan-tab-handle-active { + background-color: #434651 !important; +} + +.dockspan-tab-handle { + display: flex; + align-items: center; +} + +.dockspan-tab-handle-close-button::after { + top: 0; } \ No newline at end of file diff --git a/index.html b/index.html index 79ea46cee2..314f76d768 100644 --- a/index.html +++ b/index.html @@ -55,8 +55,6 @@ importShim.addImportMap(importMap); - - @@ -161,72 +159,68 @@ } } + + -