Browse Source

background fix for #46

pull/49/head
rg9400 5 years ago
committed by GitHub
parent
commit
2edd812ecb
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