Browse Source

*arr sidemenu changes

pull/226/head
Marius 3 years ago
parent
commit
e80b2c0d86
  1. 15
      CSS/themes/bazarr/bazarr-base.css
  2. 15
      CSS/themes/lidarr/lidarr-base.css
  3. 15
      CSS/themes/prowlarr/prowlarr-base.css
  4. 15
      CSS/themes/radarr/radarr-base.css
  5. 15
      CSS/themes/readarr/readarr-base.css
  6. 15
      CSS/themes/sonarr/sonarr-base.css

15
CSS/themes/bazarr/bazarr-base.css

@ -199,21 +199,22 @@ a:hover {
.sidebar-container .sidebar-button:active,
.sidebar-container .sidebar-button:focus {
color: #fff !important;
background-color: hsla(0, 0%, 100%, .08) !important;
color: rgb(var(--accent-color)) !important;
background-color: rgba(0, 0, 0, 0.15) !important;
}
.sidebar-container .sidebar-button:hover {
background-color: hsla(0, 0%, 100%, .08) !important;
color: var(--text-hover) !important;
background-color: transparent !important;
color: rgb(var(--accent-color)) !important;
}
.content-header.bg-dark .btn-dark:hover {
color:var(--text-hover) !important;
}
.sidebar-container .sidebar-button.sb-active {
background-color: hsla(0, 0%, 100%, .08);
color: #fff !important;
.sidebar-container .sidebar-button.sb-active,
.sidebar-container .sidebar-button.sb-active:hover {
background-color: rgba(0, 0, 0, 0.15) !important;
color: rgb(var(--accent-color)) !important;
}
.content-header.bg-dark>button {

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

@ -246,20 +246,19 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--text-hover) !important;
background-color: hsla(0, 0%, 100%, .08);
[class*="PageSidebarItem-link-"]:hover {
color: var(--accent-color);
text-decoration: none;
}
[class*="PageSidebarItem-isActiveLink-"] {
color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="PageSidebarItem-isActiveLink-"],
[class*="PageSidebarItem-isActiveLink-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--accent-color) !important;
}
[class*="PageSidebarItem-isActiveParentLink-"] {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {

15
CSS/themes/prowlarr/prowlarr-base.css

@ -208,20 +208,19 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--text-hover) !important;
background-color: hsla(0, 0%, 100%, .08);
[class*="PageSidebarItem-link-"]:hover {
color: var(--accent-color);
text-decoration: none;
}
[class*="PageSidebarItem-isActiveLink-"] {
color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="PageSidebarItem-isActiveLink-"],
[class*="PageSidebarItem-isActiveLink-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--accent-color) !important;
}
[class*="PageSidebarItem-isActiveParentLink-"] {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {

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

@ -207,20 +207,19 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--text-hover) !important;
background-color: hsla(0, 0%, 100%, .08);
[class*="PageSidebarItem-link-"]:hover {
color: var(--accent-color);
text-decoration: none;
}
[class*="PageSidebarItem-isActiveLink-"] {
color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="PageSidebarItem-isActiveLink-"],
[class*="PageSidebarItem-isActiveLink-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--accent-color) !important;
}
[class*="PageSidebarItem-isActiveParentLink-"] {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {

15
CSS/themes/readarr/readarr-base.css

@ -246,20 +246,19 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--text-hover) !important;
background-color: hsla(0, 0%, 100%, .08);
[class*="PageSidebarItem-link-"]:hover {
color: var(--accent-color);
text-decoration: none;
}
[class*="PageSidebarItem-isActiveLink-"] {
color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="PageSidebarItem-isActiveLink-"],
[class*="PageSidebarItem-isActiveLink-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--accent-color) !important;
}
[class*="PageSidebarItem-isActiveParentLink-"] {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {

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

@ -225,20 +225,19 @@ a:hover {
background-color: transparent;
}
[class*="PageSidebarItem-link-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--text-hover) !important;
background-color: hsla(0, 0%, 100%, .08);
[class*="PageSidebarItem-link-"]:hover {
color: var(--accent-color);
text-decoration: none;
}
[class*="PageSidebarItem-isActiveLink-"] {
color: #FFF !important;
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="PageSidebarItem-isActiveLink-"],
[class*="PageSidebarItem-isActiveLink-"]:hover,
[class*="PageSidebarItem-link-"]:focus {
color: var(--accent-color) !important;
}
[class*="PageSidebarItem-isActiveParentLink-"] {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {

Loading…
Cancel
Save