fixes #1448 Start upload btn works fine now

This commit is contained in:
Matthieu Leproux
2021-07-09 13:53:58 +02:00
parent fc7fb1b7d7
commit ae20ab9e8e
+8
View File
@@ -1501,4 +1501,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.AddUserPopInContainer .AddUserInput {
background-color:#333;
border: solid 2px #151515;
}
.buttonGradient:disabled {
padding: 8px 10px; margin-left: 5px;
background-size: 200% 100%;
background: #5d5d5d !important;
color: #373737 !important;
cursor: not-allowed;
}