Browse Source

Overseerr: Toast background fix

pull/323/head
GilbN 3 years ago
parent
commit
f8cba4034e
  1. 11
      css/base/overseerr/overseerr-base.css

11
css/base/overseerr/overseerr-base.css

@ -526,3 +526,14 @@ body>div.fixed.top-0.bottom-0.left-0.right-0.z-50.flex.items-center.justify-cent
#__next>div>div.relative.z-50.mt-8.sm\:mx-auto.sm\:w-full.sm\:max-w-md>div>div:nth-child(3)>button { #__next>div>div.relative.z-50.mt-8.sm\:mx-auto.sm\:w-full.sm\:max-w-md>div>div:nth-child(3)>button {
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
} }
/* TOAST */
#toast-container>div>div {
background: rgb(var(--accent-color));
}
#toast-container .text-gray-400,
#toast-container .text-white {
color: var(--label-text-color);
}
Loading…
Cancel
Save