1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-26 23:02:54 +02:00

Removed !important from tooltip/popover on *arrs

This commit is contained in:
GilbN 2021-11-14 19:08:07 +01:00
parent d138e2c0e7
commit 94355d93c9
5 changed files with 6 additions and 6 deletions

View File

@ -451,7 +451,7 @@ a:hover {
[class*="SeasonInfo-title-"],
[class*="Popover-body-"],
[class*="Tooltip-body-"] {
background: var(--modal-bg-color) !important;
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;

View File

@ -389,7 +389,7 @@ a:hover {
[class*="SeasonInfo-title-"],
[class*="Popover-body-"],
[class*="Tooltip-body-"] {
background: var(--modal-bg-color) !important;
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;

View File

@ -390,7 +390,7 @@ a:hover {
[class*="SeasonInfo-title-"],
[class*="Popover-body-"],
[class*="Tooltip-body-"] {
background: var(--modal-bg-color) !important;
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;

View File

@ -447,7 +447,7 @@ a:hover {
[class*="SeasonInfo-title-"],
[class*="Popover-body-"],
[class*="Tooltip-body-"] {
background: var(--modal-bg-color) !important;
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;

View File

@ -392,11 +392,11 @@ a:hover {
background-color: rgba(0, 0, 0, .25) !important;
}
[class*="Popover-title-"],
[cl*="Popover-title-"]ass,
[class*="SeasonInfo-title-"],
[class*="Popover-body-"],
[class*="Tooltip-bod-"] {
background: var(--modal-bg-color) !important;
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;