HFP-3006 Change contrast for iframe action buttons

pull/92/head
Thomas Marstrander 2020-08-26 13:35:01 +02:00
parent 196888bf3e
commit 35eb39c469
No known key found for this signature in database
GPG Key ID: 59D7F1EC8B90E9A6
1 changed files with 2 additions and 2 deletions

View File

@ -199,13 +199,13 @@ div.h5p-fullscreen {
background: none; background: none;
padding: 0 0.75em 0 0.25em; padding: 0 0.75em 0 0.25em;
vertical-align: top; vertical-align: top;
color: #999; color: #707070;
text-decoration: none; text-decoration: none;
outline: none; outline: none;
line-height: 22px; line-height: 22px;
} }
.h5p-actions > .h5p-button:hover { .h5p-actions > .h5p-button:hover {
color: #666; color: #333;
} }
.h5p-actions > .h5p-button:active, .h5p-actions > .h5p-button:active,
.h5p-actions > .h5p-button:focus, .h5p-actions > .h5p-button:focus,