mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Light mode fixes
This commit is contained in:
parent
f5a06ac0dd
commit
5eca0ce554
2 changed files with 11 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
.doc-img {
|
||||
object-fit: cover;
|
||||
object-position: top left;
|
||||
height: 180px;
|
||||
height: 175px;
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
|
|
@ -42,8 +42,13 @@
|
|||
.card-metadata {
|
||||
line-height: 1;
|
||||
|
||||
.btn {
|
||||
button {
|
||||
line-height: 1;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.metadata-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue