mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
ie9 support
This commit is contained in:
parent
575615ca2d
commit
7086d2a305
|
@ -1777,6 +1777,7 @@ html.y #tree.nowrap .ntree a+a:hover {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.ghead {
|
.ghead {
|
||||||
|
background: #fff;
|
||||||
background: var(--bg-u2);
|
background: var(--bg-u2);
|
||||||
border-radius: .3em;
|
border-radius: .3em;
|
||||||
padding: .2em .5em;
|
padding: .2em .5em;
|
||||||
|
@ -1807,6 +1808,7 @@ html.y #tree.nowrap .ntree a+a:hover {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#rui {
|
#rui {
|
||||||
|
background: #fff;
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -1863,6 +1865,7 @@ html.y #tree.nowrap .ntree a+a:hover {
|
||||||
}
|
}
|
||||||
#doc {
|
#doc {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
background: #fff;
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
margin: -1em 0 .5em 0;
|
margin: -1em 0 .5em 0;
|
||||||
padding: 1em 0 1em 0;
|
padding: 1em 0 1em 0;
|
||||||
|
|
Loading…
Reference in a new issue