HFP-3006 Change contrast for iframe action buttons
parent
196888bf3e
commit
35eb39c469
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue