modified the arrow shown in gallery preview

This commit is contained in:
jorge-vitrubio 2022-11-04 11:52:20 +01:00
parent 70d56be612
commit 1102177243
1 changed files with 6 additions and 6 deletions

View File

@ -1182,12 +1182,12 @@ form#commentform p.form-submit input#submit {
content: "";
display: inline-block;
position: absolute;
top: calc(50% - 1.5rem);
left: 50%;
height: 3rem;
width: 3rem;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') center center no-repeat;
background-color: rgba(90,90,90,0.5);
top: calc(50% - 1rem);
right: 1.5rem;
height: 2rem;
width: 2rem;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" fill="rgba(200,200,200,0.5)"/></svg>') center center no-repeat;
background-color: rgba(150,150,150,0.5);
border-radius: 2rem;
}