button hover
This commit is contained in:
parent
d6aa64f1d0
commit
6566324044
@ -584,7 +584,7 @@ pre {
|
|||||||
.btn-danger:hover {
|
.btn-danger:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
border-color: #ac2925;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.btn-primary, .btn-danger {
|
.btn-primary, .btn-danger {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
|||||||
@ -544,7 +544,7 @@ pre {
|
|||||||
.btn-danger:hover {
|
.btn-danger:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
border-color: #ac2925;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.btn-primary, .btn-danger {
|
.btn-primary, .btn-danger {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user