diff --git a/src/components/jar_details/JarDetailsOverlay.module.css b/src/components/jar_details/JarDetailsOverlay.module.css index 1b4e5026..cc521477 100644 --- a/src/components/jar_details/JarDetailsOverlay.module.css +++ b/src/components/jar_details/JarDetailsOverlay.module.css @@ -129,6 +129,11 @@ background-color: var(--bs-gray-800) !important; } +:root[data-theme='dark'] .freezeUnfreezeButtonsContainer button:disabled { + color: var(--bs-gray-400) !important; + border-color: var(--bs-gray-500) !important; +} + :root[data-theme='dark'] .freezeUnfreezeButtonsContainer button:hover { background-color: var(--bs-gray-900) !important; border-color: var(--bs-gray-900) !important; diff --git a/src/components/jar_details/JarDetailsOverlay.tsx b/src/components/jar_details/JarDetailsOverlay.tsx index 1a8a82a4..447c8796 100644 --- a/src/components/jar_details/JarDetailsOverlay.tsx +++ b/src/components/jar_details/JarDetailsOverlay.tsx @@ -370,20 +370,20 @@ const JarDetailsOverlay = (props: JarDetailsOverlayProps) => { + {!isActionsEnabled && ( +