button butt
This commit is contained in:
parent
c6f6327a22
commit
cd30aa96c1
@ -502,6 +502,14 @@ pre {
|
|||||||
border-color: #FFF;
|
border-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* save button */
|
||||||
|
.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;
|
||||||
|
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;
|
||||||
|
|||||||
@ -541,6 +541,7 @@ pre {
|
|||||||
color: #FFF;
|
color: #FFF;
|
||||||
border-color: #FFF;
|
border-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* save button */
|
/* save button */
|
||||||
.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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user