1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

save button hover fix

This commit is contained in:
GilbN 2018-08-17 18:04:41 +02:00
parent f23555e21b
commit 112a7aee29
2 changed files with 4 additions and 4 deletions

View File

@ -513,14 +513,14 @@ pre {
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #204d74;
background-color: #286090 !important;
border-color: transparent;
}
/* blue button */
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
color: #fff;
background-color: #286090;
background-color: #286090 !important;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
color: #fff;

View File

@ -553,14 +553,14 @@ pre {
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #204d74;
background-color: #286090 !important;
border-color: transparent;
}
/* blue button */
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
color: #fff;
background-color: #286090;
background-color: #286090 !important;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
color: #fff;