Change confirmation dialogs button color. Relates to: #HFP-413
parent
e00bdbd125
commit
dcb02810f0
|
@ -109,6 +109,11 @@ button.h5p-confirmation-dialog-exit:hover {
|
||||||
.h5p-core-button.h5p-confirmation-dialog-confirm-button {
|
.h5p-core-button.h5p-confirmation-dialog-confirm-button {
|
||||||
padding-left: 0.75em;
|
padding-left: 0.75em;
|
||||||
margin-bottom: 0;
|
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 {
|
.h5p-core-button.h5p-confirmation-dialog-confirm-button:before {
|
||||||
|
|
Loading…
Reference in New Issue