From 67ca7ab4c5c8ceae66699869a881b62963b25fb7 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 10 Nov 2020 15:53:56 +0100 Subject: [PATCH] cancel upload button styling added styling to the upload button so it looks like the unactive plugin UNINSTALL button --- admin/themes/default/theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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