mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 18:12:31 +01:00
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: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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user