Browse Source

CalibreWeb fix new button hover color

pull/141/head
rg9400 5 years ago
committed by GitHub
parent
commit
33f3221157
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CSS/themes/calibreweb/calibreweb-base.css

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

@ -38,6 +38,7 @@ body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
} }
/* Buttons */ /* Buttons */
.btn-default a { .btn-default a,
.btn-default a:hover {
color: var(--text); color: var(--text);
} }

Loading…
Cancel
Save