mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
IE RCM fix
This commit is contained in:
parent
7009f59d90
commit
0f62c67250
|
|
@ -5168,10 +5168,12 @@ html.e #actionsArea {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: none;
|
display: none;
|
||||||
background: #fff;
|
background: #2f3236;
|
||||||
background: var(--bg-u2);
|
background: var(--bg-u2);
|
||||||
|
border: 1px solid #46494d;
|
||||||
border: 1px solid var(--bg-u5);
|
border: 1px solid var(--bg-u5);
|
||||||
outline: none;
|
outline: none;
|
||||||
|
border-radius: 5px;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
box-shadow: 0 0 .3rem var(--bg-d3);
|
box-shadow: 0 0 .3rem var(--bg-d3);
|
||||||
z-index: 60;
|
z-index: 60;
|
||||||
|
|
@ -5198,6 +5200,7 @@ html.e #actionsArea {
|
||||||
|
|
||||||
#rcm > .sep {
|
#rcm > .sep {
|
||||||
margin: 0 .2rem;
|
margin: 0 .2rem;
|
||||||
|
border-bottom: 1px solid #46494d;
|
||||||
border-bottom: 1px solid var(--bg-u5);
|
border-bottom: 1px solid var(--bg-u5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue