mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-06 03:54:12 +02:00
Add scale face text and box on hover
This commit is contained in:
parent
275da28dcd
commit
22b92ca368
@ -221,7 +221,7 @@ input[type="range"].zoom-progress::-moz-range-track {
|
|||||||
.face {
|
.face {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: opacity 0.5s;
|
transition: all .2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#controllers-container.dim-controls .face,
|
#controllers-container.dim-controls .face,
|
||||||
@ -246,6 +246,7 @@ input[type="range"].zoom-progress::-moz-range-track {
|
|||||||
|
|
||||||
.face:hover {
|
.face:hover {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
|
transform: scale(1.1);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user