mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
fix path style above textfile list
This commit is contained in:
parent
4eebefb691
commit
0dc72f8be2
|
|
@ -2210,7 +2210,9 @@ html.b .btn {
|
||||||
min-height: 1.4em;
|
min-height: 1.4em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#docul a:hover,
|
#docul a:hover {
|
||||||
|
color: var(--btn-h-fg);
|
||||||
|
}
|
||||||
#tree .ntree a + a:hover {
|
#tree .ntree a + a:hover {
|
||||||
background: var(--btn-h-bg);
|
background: var(--btn-h-bg);
|
||||||
color: var(--btn-h-fg);
|
color: var(--btn-h-fg);
|
||||||
|
|
@ -2508,12 +2510,16 @@ input[type="text"].invalid {
|
||||||
#docul li.bn {
|
#docul li.bn {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
#docul li.bn span {
|
#docul li.bn span {
|
||||||
color: var(--fg-weak);
|
color: var(--fg-weak);
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
#docul li a {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
#doc.prism {
|
#doc.prism {
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue