From ad6502d8246f9fb86fea60fdc96e64e673abfeba Mon Sep 17 00:00:00 2001 From: glax Date: Sat, 19 Oct 2024 21:06:32 +0200 Subject: [PATCH] Style "Monitor"-Button in Searchresults --- Website/styles/MangaSearchResult.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Website/styles/MangaSearchResult.css b/Website/styles/MangaSearchResult.css index 7de3af7..deeadc0 100644 --- a/Website/styles/MangaSearchResult.css +++ b/Website/styles/MangaSearchResult.css @@ -85,6 +85,19 @@ .SearchResult > .Manga-AddButton { grid-area: button; + background-color: white; + border: 1px solid var(--primary-color); + border-radius: 4px; + width: fit-content; + height: fit-content; + padding: 5px 10px; + position: absolute; + bottom: 0; + right: 0; +} + +.SearchResult > .Manga-AddButton:hover { + background-color: #eee; } .SearchResult a, .SearchResult a:visited {