Browse Source
CalibreWeb fix new button hover color
pull/141/head
rg9400
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
CSS/themes/calibreweb/calibreweb-base.css
|
|
@ -38,6 +38,7 @@ body.login:not(.read-frame), body.shelfcreate, body.shelfedit { |
|
|
|
} |
|
|
|
|
|
|
|
/* Buttons */ |
|
|
|
.btn-default a { |
|
|
|
.btn-default a, |
|
|
|
.btn-default a:hover { |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|