Browse Source

isactive fix

pull/182/head
Marius 4 years ago
parent
commit
4e08d1f146
  1. 4
      CSS/themes/lidarr/lidarr-base.css
  2. 4
      CSS/themes/radarr/radarr-base.css
  3. 4
      CSS/themes/sonarr/sonarr-base.css

4
CSS/themes/lidarr/lidarr-base.css

@ -243,8 +243,8 @@ div[class*='EnhancedSelectInputOption']:hover {
} }
[class*="PageSidebarItem-isActiveLink-"] { [class*="PageSidebarItem-isActiveLink-"] {
color: #FFF; color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08); background-color: hsla(0, 0%, 100%, .08) !important;
} }
[class*="PageSidebarItem-isActiveParentLink-"] { [class*="PageSidebarItem-isActiveParentLink-"] {

4
CSS/themes/radarr/radarr-base.css

@ -210,8 +210,8 @@ a:hover {
} }
[class*="PageSidebarItem-isActiveLink-"] { [class*="PageSidebarItem-isActiveLink-"] {
color: #FFF; color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08); background-color: hsla(0, 0%, 100%, .08) !important;
} }
[class*="PageSidebarItem-isActiveParentLink-"] { [class*="PageSidebarItem-isActiveParentLink-"] {

4
CSS/themes/sonarr/sonarr-base.css

@ -228,8 +228,8 @@ a:hover {
} }
[class*="PageSidebarItem\/isActiveLink\/"] { [class*="PageSidebarItem\/isActiveLink\/"] {
color: #FFF; color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08); background-color: hsla(0, 0%, 100%, .08) !important;
} }
[class*="PageSidebarItem\/isActiveParentLink\/"] { [class*="PageSidebarItem\/isActiveParentLink\/"] {

Loading…
Cancel
Save