mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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;
|
||||
}
|
||||
.ghead {
|
||||
background: #fff;
|
||||
background: var(--bg-u2);
|
||||
border-radius: .3em;
|
||||
padding: .2em .5em;
|
||||
|
@ -1807,6 +1808,7 @@ html.y #tree.nowrap .ntree a+a:hover {
|
|||
padding: 0;
|
||||
}
|
||||
#rui {
|
||||
background: #fff;
|
||||
background: var(--bg);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -1863,6 +1865,7 @@ html.y #tree.nowrap .ntree a+a:hover {
|
|||
}
|
||||
#doc {
|
||||
overflow: visible;
|
||||
background: #fff;
|
||||
background: var(--bg);
|
||||
margin: -1em 0 .5em 0;
|
||||
padding: 1em 0 1em 0;
|
||||
|
|
Loading…
Reference in a new issue