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