bg colors on h5p core buttons changed [HFP-413]

JI-92-path-fix
Paal Joergensen 2017-01-02 15:30:42 +01:00
parent dcb02810f0
commit 2cc6c53da1
2 changed files with 10 additions and 22 deletions

View File

@ -109,11 +109,6 @@ 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 {

View File

@ -8,7 +8,7 @@ button.h5p-core-button {
padding: 0.5em 1.25em; padding: 0.5em 1.25em;
border-radius: 2em; border-radius: 2em;
background: #488ac9; background: #2579c6;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
@ -21,24 +21,19 @@ button.h5p-core-button {
text-shadow: none; text-shadow: none;
vertical-align: baseline; vertical-align: baseline;
text-decoration: none; text-decoration: none;
}
button.h5p-core-button:hover,
button.h5p-core-button:focus {
background: #3b71a5;
color: #fff;
text-decoration: none;
-webkit-transition: initial; -webkit-transition: initial;
transition: initial; transition: initial;
} }
button.h5p-core-button:active { button.h5p-core-button:focus {
position: relative; background: #1f67a8;
background: #104888; }
button.h5p-core-button:hover {
-webkit-box-shadow: inset 0 4px 0 #0e407a; background: rgba(31, 103, 168, 0.83);
-moz-box-shadow: inset 0 4px 0 #0e407a; }
box-shadow: inset 0 4px 0 #0e407a; button.h5p-core-button:active {
background: #104888;
} }
button.h5p-core-button:before { button.h5p-core-button:before {
font-family: 'H5P'; font-family: 'H5P';
padding-right: 0.15em; padding-right: 0.15em;
@ -46,7 +41,6 @@ button.h5p-core-button:before {
vertical-align: middle; vertical-align: middle;
line-height: 0.7; line-height: 0.7;
} }
button.h5p-core-cancel-button:visited, button.h5p-core-cancel-button:visited,
button.h5p-core-cancel-button:link, button.h5p-core-cancel-button:link,
button.h5p-core-cancel-button { button.h5p-core-cancel-button {
@ -58,7 +52,6 @@ button.h5p-core-cancel-button {
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
button.h5p-core-cancel-button:hover, button.h5p-core-cancel-button:hover,
button.h5p-core-cancel-button:focus { button.h5p-core-cancel-button:focus {
background: none; background: none;