diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 8ccb4dfa5..8720e6ec7 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -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; } \ No newline at end of file