save button hover fix
This commit is contained in:
parent
f23555e21b
commit
112a7aee29
@ -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.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 {
|
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #204d74;
|
background-color: #286090 !important;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* blue button */
|
/* blue button */
|
||||||
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
|
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #286090;
|
background-color: #286090 !important;
|
||||||
}
|
}
|
||||||
.btn-success.focus, .btn-success:focus, .btn-success:hover {
|
.btn-success.focus, .btn-success:focus, .btn-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@ -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.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 {
|
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #204d74;
|
background-color: #286090 !important;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* blue button */
|
/* blue button */
|
||||||
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
|
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #286090;
|
background-color: #286090 !important;
|
||||||
}
|
}
|
||||||
.btn-success.focus, .btn-success:focus, .btn-success:hover {
|
.btn-success.focus, .btn-success:focus, .btn-success:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user