1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-10 11:10:35 +02:00

Add scale face text and box on hover

This commit is contained in:
Torbjörn Svangård 2021-04-05 20:46:03 +02:00
parent 275da28dcd
commit 22b92ca368

View File

@ -221,7 +221,7 @@ input[type="range"].zoom-progress::-moz-range-track {
.face {
opacity: 0.7;
position: absolute;
transition: opacity 0.5s;
transition: all .2s ease-in-out;
}
#controllers-container.dim-controls .face,
@ -246,6 +246,7 @@ input[type="range"].zoom-progress::-moz-range-track {
.face:hover {
opacity: 1.0;
transform: scale(1.1);
text-decoration: none;
}