oscar.plaisant@icloud.com 03ecc4a65b update
2023-10-23 23:30:51 +02:00

47 lines
1013 B
CSS

body {
--tab-stacked-pane-width: 100%;
}
/* tabs of the side panes */
/* .workspace-tab-header-inner { */
/* padding-left: 0pt !important; */
/* padding-right: 0pt !important; */
/* /1* width: 15pt; *1/ */
/* } */
/* /1* write the letters vertically *1/ */
/* .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner-title{ */
/* text-orientation: upright; */
/* letter-spacing: -3px; */
/* text-transform: uppercase; */
/* } */
/* VERTICAL TABS PLUGIN */
.koncham-workspace-root-panes>.nav-folder-children>.nav-file>.nav-file-title
{
color: var(--text-normal);
padding-left: 5px;
padding-top: 2px; padding-bottom: 2px;
border: 1pt solid transparent;
}
.koncham-workspace-root-panes>.nav-folder-children>.nav-file>.nav-file-title.is-active
{
color: var(--text-normal);
border-color: var(--text-normal);
}
.theme-dark {
/* active tab background color */
--nav-item-background-active: #006400;
}