diff --git a/styles/h5p-confirmation-dialog.css b/styles/h5p-confirmation-dialog.css index a8ebce2..8b9fedd 100644 --- a/styles/h5p-confirmation-dialog.css +++ b/styles/h5p-confirmation-dialog.css @@ -48,18 +48,6 @@ transition: transform 0.1s ease-in; } -.h5p-confirmation-dialog-popup.not-centered { - -webkit-transform: translate(0.5em, 0%); - -ms-transform: translate(0.5em, 0%); - transform: translate(0.5em, 0%); -} - -.h5p-confirmation-dialog-popup.hidden.not-centered { - -webkit-transform: translate(0.5em, 50%); - -ms-transform: translate(0.5em, 50%); - transform: translate(0.5em, 50%); -} - .h5p-confirmation-dialog-popup.hidden { -webkit-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); @@ -103,6 +91,7 @@ right: -1.15em; color: #777; cursor: pointer; + text-decoration: none; } .h5p-confirmation-dialog-exit:before { diff --git a/styles/h5p-core-button.css b/styles/h5p-core-button.css index e073e74..f7cc3f1 100644 --- a/styles/h5p-core-button.css +++ b/styles/h5p-core-button.css @@ -16,6 +16,7 @@ text-align: center; text-shadow: none; vertical-align: baseline; + text-decoration: none; } .h5p-core-button:hover, .h5p-core-button:focus { @@ -49,6 +50,7 @@ color: #a00; margin-right: 1em; font-size: 1em; + text-decoration: none; } .h5p-core-cancel-button:hover,