Browse Source

Merge pull request #49 from rg9400/patch-3

background fix for #44
pull/52/head
GilbN 5 years ago
committed by GitHub
parent
commit
bb8b774124
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      CSS/themes/calibreweb/calibreweb-base.css

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

@ -21,6 +21,9 @@ body:not(.read-frame) {
.blur-wrapper:after {
background: var(--modal-bg-color) !important;
}
body>.container-fluid {
background: var(--main-bg-color);
}
body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
background: var(--color-background) !important;
}
@ -28,4 +31,4 @@ body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
.navbar-collapse.collapse {
background: var(--modal-bg-color) !important;
}
}
}

Loading…
Cancel
Save