Changed .poptrox-popup .closer color

Changed color from #121212 to #fff for easier visibility on gray backgrounds
This commit is contained in:
Sophia Atkinson 2021-09-21 21:31:37 -07:00 committed by GitHub
parent 0756d5fff6
commit f22ab1b8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2071,7 +2071,7 @@ input, select, textarea {
-ms-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
border-radius: 0.35em; border-radius: 0.35em;
border: solid 3px rgba(255, 255, 255, 0.5); border: solid 3px rgba(255, 255, 255);
color: #fff; color: #fff;
content: 'View'; content: 'View';
display: inline-block; display: inline-block;
@ -2859,7 +2859,7 @@ input, select, textarea {
.poptrox-popup .nav-next:before, .poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before { .poptrox-popup .nav-previous:before {
color: #121212; color: #fff;
font-size: 2.5em; font-size: 2.5em;
height: 1em; height: 1em;
line-height: 1em; line-height: 1em;
@ -2895,7 +2895,7 @@ input, select, textarea {
-ms-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
color: #121212; color: #fff;
height: 4em; height: 4em;
line-height: 4em; line-height: 4em;
opacity: 0; opacity: 0;
@ -2926,7 +2926,7 @@ input, select, textarea {
-ms-box-sizing: content-box; -ms-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
border-radius: 100%; border-radius: 100%;
border: solid 3px rgba(255, 255, 255, 0.5); border: solid 3px rgba(255, 255, 255);
content: '\f00d'; content: '\f00d';
display: block; display: block;
font-size: 1em; font-size: 1em;