From ae354ff5d15c7b8fb5a88bb2417ea2ac0a0f98ac Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 15 Dec 2022 21:05:37 +0300 Subject: [PATCH] Change backround color for modal window (main information for image) --- web/static/style/gallery.css | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/web/static/style/gallery.css b/web/static/style/gallery.css index 1875497..ba77a23 100644 --- a/web/static/style/gallery.css +++ b/web/static/style/gallery.css @@ -30,13 +30,13 @@ lottie-player { } .modal-content { - background-color: #212529; + background-color: #131313; color: white; } .shimmer { display: inline-block; - color: grey; + color: #333333; -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/386% 100%; background-repeat: no-repeat; animation: shimmer 2.5s infinite; @@ -66,4 +66,27 @@ lottie-player { position: sticky; z-index: 100; top: 0; +} + +#favorite { + width: 130px; + height: 130px; + margin: -17px; +} + +#favorite:hover { + cursor: pointer; +} + +#favorite:active { + transform: scale(0.9); +} + +#setWallpaper:disabled { + cursor: unset; + transform: none; +} + +.btn-close{ + background-color: white; } \ No newline at end of file