mirror of https://github.com/xwiki-labs/cryptpad
remove duplicate css property
This commit is contained in:
parent
34ba673cd3
commit
ec011b15d5
|
@ -638,11 +638,10 @@ noscript {
|
|||
position: absolute;
|
||||
left: 10vw; right: 10vw;
|
||||
bottom: 10vh;
|
||||
opacity: 1;
|
||||
opacity: 0.9;
|
||||
box-sizing: border-box;
|
||||
z-index: 10000;
|
||||
display: none;
|
||||
opacity: 0.9;
|
||||
#uploadStatus {
|
||||
width: 80vw;
|
||||
tr:nth-child(1) {
|
||||
|
|
Loading…
Reference in New Issue