Browse Source

logo

pull/166/head
gilbN 4 years ago
parent
commit
41e61e1f12
  1. 17
      CSS/themes/petio/petio-base.css

17
CSS/themes/petio/petio-base.css

@ -49,12 +49,6 @@ h6,
} }
/* MENU */ /* MENU */
/* @media (min-width: 1100px) {
.sidebar--inner {
display: block;
background: rgb(0 0 0 / 25%);
}
} */
.menu { .menu {
background: rgb(0 0 0 / 25%); background: rgb(0 0 0 / 25%);
} }
@ -88,6 +82,11 @@ h6,
border-right: 4px solid var(--accent-color); border-right: 4px solid var(--accent-color);
} }
.sidebar--inner .logo .logo-text span,
.menu .logo span {
color: var(--accent-color);
}
@media (min-width: 1100px) { @media (min-width: 1100px) {
.sidebar--item.active { .sidebar--item.active {
border-top: none !important; border-top: none !important;
@ -200,6 +199,12 @@ p a,
color: #fff; color: #fff;
} }
.requests--status__radarr,
.requests--status__pending {
color: #fff;
}
/* TABLES */ /* TABLES */
.generic-table tr:not(.child):not(.sub) td { .generic-table tr:not(.child):not(.sub) td {
border-bottom: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1);

Loading…
Cancel
Save