Browse Source

removed white book cover border

pull/141/head
gilbN 4 years ago
parent
commit
2592ee4d5b
  1. 4
      CSS/themes/calibreweb/calibreweb-base.css

4
CSS/themes/calibreweb/calibreweb-base.css

@ -32,3 +32,7 @@ body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
background: var(--modal-bg-color) !important;
}
}
/* Book cover border */
.container-fluid .book .cover span img {
border: 1px solid transparent;
}
Loading…
Cancel
Save