From ae20ab9e8e9ba369850ee46e3262df55a99fa50c Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Fri, 9 Jul 2021 13:53:58 +0200 Subject: [PATCH] fixes #1448 Start upload btn works fine now --- admin/themes/roma/theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 346a2f7e6..4741138be 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -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; } \ No newline at end of file