mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -06:00
fix hiding install button
This commit is contained in:
parent
72ca118e82
commit
c2bd3b9754
|
|
@ -5543,8 +5543,8 @@ html.by #spaceUsed_bar {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
#op_acc a:not(.btn),
|
#op_acc a:not([hidden]):not(.btn),
|
||||||
#op_acc input {
|
#op_acc input:not([hidden]) {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
display: block;
|
display: block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue