Browse Source

Added !important on tooltip/popover on *arrs

pull/292/head
GilbN 3 years ago
parent
commit
36bb6fd17d
  1. 14
      css/base/lidarr/lidarr-base.css
  2. 14
      css/base/prowlarr/prowlarr-base.css
  3. 14
      css/base/radarr/radarr-base.css
  4. 14
      css/base/readarr/readarr-base.css
  5. 14
      css/base/sonarr/sonarr-base.css

14
css/base/lidarr/lidarr-base.css

@ -452,13 +452,13 @@ a:hover {
[class*="Popover-body-"], [class*="Popover-body-"],
[class*="Tooltip-body-"] { [class*="Tooltip-body-"] {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat !important;
background-attachment: fixed, fixed; background-attachment: fixed, fixed !important;
background-position: center center, center center; background-position: center center, center center !important;
background-size: auto, cover; background-size: auto, cover !important;
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover !important;
-moz-background-size: auto, cover; -moz-background-size: auto, cover !important;
-o-background-size: auto, cover; -o-background-size: auto, cover !important;
} }
[class*="Tooltip-tooltipContainer-"] { [class*="Tooltip-tooltipContainer-"] {

14
css/base/prowlarr/prowlarr-base.css

@ -390,13 +390,13 @@ a:hover {
[class*="Popover-body-"], [class*="Popover-body-"],
[class*="Tooltip-body-"] { [class*="Tooltip-body-"] {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat !important;
background-attachment: fixed, fixed; background-attachment: fixed, fixed !important;
background-position: center center, center center; background-position: center center, center center !important;
background-size: auto, cover; background-size: auto, cover !important;
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover !important;
-moz-background-size: auto, cover; -moz-background-size: auto, cover !important;
-o-background-size: auto, cover; -o-background-size: auto, cover !important;
} }
[class*="Tooltip-tooltipContainer-"] { [class*="Tooltip-tooltipContainer-"] {

14
css/base/radarr/radarr-base.css

@ -391,13 +391,13 @@ a:hover {
[class*="Popover-body-"], [class*="Popover-body-"],
[class*="Tooltip-body-"] { [class*="Tooltip-body-"] {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat !important;
background-attachment: fixed, fixed; background-attachment: fixed, fixed !important;
background-position: center center, center center; background-position: center center, center center !important;
background-size: auto, cover; background-size: auto, cover !important;
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover !important;
-moz-background-size: auto, cover; -moz-background-size: auto, cover !important;
-o-background-size: auto, cover; -o-background-size: auto, cover !important;
} }
[class*="Tooltip-tooltipContainer-"] { [class*="Tooltip-tooltipContainer-"] {

14
css/base/readarr/readarr-base.css

@ -448,13 +448,13 @@ a:hover {
[class*="Popover-body-"], [class*="Popover-body-"],
[class*="Tooltip-body-"] { [class*="Tooltip-body-"] {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat !important;
background-attachment: fixed, fixed; background-attachment: fixed, fixed !important;
background-position: center center, center center; background-position: center center, center center !important;
background-size: auto, cover; background-size: auto, cover !important;
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover !important;
-moz-background-size: auto, cover; -moz-background-size: auto, cover !important;
-o-background-size: auto, cover; -o-background-size: auto, cover !important;
} }
[class*="Tooltip-tooltipContainer-"] { [class*="Tooltip-tooltipContainer-"] {

14
css/base/sonarr/sonarr-base.css

@ -397,13 +397,13 @@ a:hover {
[class*="Popover-body-"], [class*="Popover-body-"],
[class*="Tooltip-bod-"] { [class*="Tooltip-bod-"] {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat !important;
background-attachment: fixed, fixed; background-attachment: fixed, fixed !important;
background-position: center center, center center; background-position: center center, center center !important;
background-size: auto, cover; background-size: auto, cover !important;
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover !important;
-moz-background-size: auto, cover; -moz-background-size: auto, cover !important;
-o-background-size: auto, cover; -o-background-size: auto, cover !important;
} }
[class*="Tooltip-tooltipContainer-"] { [class*="Tooltip-tooltipContainer-"] {

Loading…
Cancel
Save