parent
ea620e12f0
commit
e8adccaa02
|
@ -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 {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue