feat: highlight the already requested entries, closes #5
This commit is contained in:
@@ -167,6 +167,19 @@ body.nsfw-disabled .image-container.nsfw:hover img {
|
||||
|
||||
}
|
||||
|
||||
.card.requested {
|
||||
border: 3px solid orange;
|
||||
box-sizing: border-box;
|
||||
/* disable the request button for entries in Komga */
|
||||
/* only allow the info button to be clicked */
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.card.manga.requested .request {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.card.komga .request {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
|
||||
Reference in New Issue
Block a user