Change backround color for modal window (main information for image)

This commit is contained in:
Данил 2022-12-15 21:05:37 +03:00
parent 9abfd9f864
commit ae354ff5d1

View file

@ -30,13 +30,13 @@ lottie-player {
} }
.modal-content { .modal-content {
background-color: #212529; background-color: #131313;
color: white; color: white;
} }
.shimmer { .shimmer {
display: inline-block; display: inline-block;
color: grey; color: #333333;
-webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/386% 100%; -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/386% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
animation: shimmer 2.5s infinite; animation: shimmer 2.5s infinite;
@ -67,3 +67,26 @@ lottie-player {
z-index: 100; z-index: 100;
top: 0; 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;
}