diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index 58dae2961511d..f766ca3604bb8 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -104,11 +104,6 @@ } } - .modal__btn:disabled { - opacity: 1; - background-color: hsl(0deg 0% 83% / 50%); - } - & table.table-striped thead.table-sticky-headers th { background-color: hsl(0deg 0% 0%); diff --git a/web/styles/modal.css b/web/styles/modal.css index 467e94d55bac4..8702bf9294720 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -129,6 +129,7 @@ &:disabled { cursor: not-allowed; + opacity: 0.5; } } @@ -151,10 +152,6 @@ margin-left: 12px; background-color: hsl(240deg 96% 68%); color: hsl(0deg 0% 100%) !important; - - &:disabled { - background-color: hsl(0deg 0% 65%); - } } #read_receipts_error,