Browse Source

Tautulli: modal border

pull/16/head
gilbN 5 years ago
parent
commit
bbcd72a881
  1. 3
      CSS/themes/tautulli/tautulli-base.css

3
CSS/themes/tautulli/tautulli-base.css

@ -250,6 +250,9 @@ span > a.active, .stacked-configs > li > span > span.active {
background-color: rgba(0, 0, 0, 0.45);
}
/* Modal */
.modal-content {
border: none;
}
.modal-body li {
color: #fff;
}

Loading…
Cancel
Save