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;
|
||||
left: auto;
|
||||
}
|
||||
#op_acc a:not(.btn),
|
||||
#op_acc input {
|
||||
#op_acc a:not([hidden]):not(.btn),
|
||||
#op_acc input:not([hidden]) {
|
||||
font-size: 1.2em;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue