Merge 52f245c843
into 0935d9fab0
This commit is contained in:
commit
ca6dd118a1
1 changed files with 13 additions and 0 deletions
|
@ -275,6 +275,7 @@ body.chrome #photoprism .search-results .result {
|
|||
text-transform: none;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
text-shadow: 0 0 2px #000;
|
||||
}
|
||||
|
||||
#photoprism .cards-view .result .caption {
|
||||
|
@ -328,6 +329,7 @@ body.chrome #photoprism .search-results .result {
|
|||
opacity: 0.5;
|
||||
right: 4px;
|
||||
bottom: 4px;
|
||||
text-shadow: 0 0 2px #000, 0 0 2px #000;
|
||||
}
|
||||
|
||||
#photoprism .search-results .result:hover .input-select,
|
||||
|
@ -355,6 +357,11 @@ body.chrome #photoprism .search-results .result {
|
|||
bottom: 4px;
|
||||
}
|
||||
|
||||
#photoprism .cards-view .input-favorite i,
|
||||
#photoprism .mosaic-view .input-favorite i {
|
||||
text-shadow: 0 0 2px #000, 0 0 2px #000 !important;
|
||||
}
|
||||
|
||||
#photoprism .search-results .result.is-favorite .input-favorite {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
@ -366,6 +373,7 @@ body.chrome #photoprism .search-results .result {
|
|||
#photoprism .search-results .result .input-hidden .select-off,
|
||||
#photoprism .search-results .result.is-hidden .input-hidden .select-on {
|
||||
display: inline-flex;
|
||||
text-shadow: 0 0 2px #000;
|
||||
}
|
||||
|
||||
#photoprism .search-results .result .input-favorite .select-on,
|
||||
|
@ -446,6 +454,11 @@ body.chrome #photoprism .search-results .result {
|
|||
#photoprism .search-results .type-animated.is-playable .input-open .action-animated,
|
||||
#photoprism .search-results .type-image.is-stack .input-open .action-stack {
|
||||
display: inline-flex;
|
||||
text-shadow: 0 0 2px #000;
|
||||
}
|
||||
|
||||
#photoprism .search-results .type-live.is-playable .input-open .action-live svg {
|
||||
filter: drop-shadow(0 0 2px #000);
|
||||
}
|
||||
|
||||
#photoprism .search-results .live-player {
|
||||
|
|
Loading…
Add table
Reference in a new issue