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

Move text-shadow to controllers-container

This commit is contained in:
Torbjörn Svangård 2021-03-04 20:50:38 +01:00
parent 676e146f6e
commit 32b6d02549

View File

@ -25,6 +25,7 @@
opacity: 1.0;
position: fixed;
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
transition: width 0.3s ease-in-out, opacity 1s;
-webkit-transition: width 0.3s ease-in-out, opacity 1s;
-o-transition: width 0.3s ease-in-out, opacity 1s;
@ -231,7 +232,6 @@ input[type="range"].zoom-progress::-moz-range-track {
.face-name {
white-space: nowrap;
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
margin-left: -100%;
margin-right: -100%;
text-align: center;