cancel upload button styling

added styling to the upload button so it looks like the unactive plugin UNINSTALL button
This commit is contained in:
Louis
2020-11-10 15:53:56 +01:00
parent a46eeb1592
commit 67ca7ab4c5
+11
View File
@@ -4853,4 +4853,15 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.doubleSelect td {
width: 50%;
}
#cancelUpload {
margin-left:10px;
background-color: #999999;
}
#cancelUpload:hover {
background-color: #ff9b32;
color: white;
text-decoration: none;
}