Change confirmation dialogs button color. Relates to: #HFP-413

JI-92-path-fix
Tom Arild Jakobsen 2016-12-30 14:13:05 +01:00
parent e00bdbd125
commit dcb02810f0
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ button.h5p-confirmation-dialog-exit:hover {
.h5p-core-button.h5p-confirmation-dialog-confirm-button {
padding-left: 0.75em;
margin-bottom: 0;
background-color: #2579c6;
}
.h5p-core-button.h5p-confirmation-dialog-confirm-button:hover {
background-color: #1f67a8;
}
.h5p-core-button.h5p-confirmation-dialog-confirm-button:before {