Browse Source

readarr base fix

pull/256/head
gilbn 4 years ago
parent
commit
bd97a5448f
  1. 7
      CSS/themes/readarr/readarr-base.css

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

@ -1161,6 +1161,13 @@ input[type=password] {
color: #fff;
}
/* Files Tab*/
[class*="BookFileEditorTableContent-filesTable-"] {
border: 1px solid rgb(255 255 255 / 10%);
border-top: 1px solid rgb(255 255 255 / 50%);
background-color: rgb(0 0 0 / 25%);
}
/*Series Tab*/
[class*="AuthorDetailsSeries-bookType-"] {
border: none;

Loading…
Cancel
Save