pathbar display adjustments for themes

This commit is contained in:
Til Schmitter 2026-04-27 12:05:27 +02:00
parent b393458787
commit c5c366d6f2

View file

@ -3600,7 +3600,7 @@ html.b #treepar {
border-bottom: .2em solid var(--f-h-b1); border-bottom: .2em solid var(--f-h-b1);
} }
html.b #path i { html.b #path i {
border-right: var(--fg) solid 2px; border-right: var(--a) solid 2px;
height: 1.5em; height: 1.5em;
margin: -.4em .3em -.4em -1.7em; margin: -.4em .3em -.4em -1.7em;
} }
@ -4673,6 +4673,7 @@ html.e #wrap {
/*overflow-x: auto; fix for OOB table when screen space is limited (mobile), but removes sticky header*/ /*overflow-x: auto; fix for OOB table when screen space is limited (mobile), but removes sticky header*/
} }
html.e #pathBar { html.e #pathBar {
padding: 0;
top: 0; top: 0;
background: var(--ttlbar); background: var(--ttlbar);
} }
@ -4682,9 +4683,6 @@ html.e #pathBar.thin #actionsArea {
html.e input[type="radio"] { html.e input[type="radio"] {
accent-color: #232323; accent-color: #232323;
} }
html.e #pathBar {
padding: 0;
}
html.e #path { html.e #path {
background: var(--bg-u2); background: var(--bg-u2);
margin-right: 0; margin-right: 0;
@ -4697,7 +4695,11 @@ html.e #path i {
transform: none; transform: none;
width: 1.8em; width: 1.8em;
box-shadow: inset -1px 0 var(--shadow-color-1), inset -2px 0 var(--grey); box-shadow: inset -1px 0 var(--shadow-color-1), inset -2px 0 var(--grey);
}/* }
html.e #path *:last-child:is(i) {
display: none;
}
/*
html.e #hovertree:after { html.e #hovertree:after {
color: red; color: red;
content: "BUGGY"; content: "BUGGY";