diff --git a/CSS/themes/readarr/readarr-base.css b/CSS/themes/readarr/readarr-base.css index ac402087..4bb5deff 100644 --- a/CSS/themes/readarr/readarr-base.css +++ b/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;