mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
Change backround color for modal window (main information for image)
This commit is contained in:
parent
9abfd9f864
commit
ae354ff5d1
1 changed files with 25 additions and 2 deletions
|
@ -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;
|
||||||
|
@ -66,4 +66,27 @@ lottie-player {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue