Browse Source

fix2 for #161

pull/166/head
gilbN 4 years ago
parent
commit
8e8a0b9b91
  1. 6
      CSS/themes/unraid/unraid-base.css

6
CSS/themes/unraid/unraid-base.css

@ -45,6 +45,12 @@ i.control {
#nav-block #nav-item.active:after {
background: var(--accent-color);
}
#nav-block #nav-item a:hover {
color: var(--text-hover) !important;
}
#nav-block #nav-item a {
color: var(--text) !important;
}
/*DASHBOARD*/
table.share_status.dashboard {

Loading…
Cancel
Save