[MEF]
This commit is contained in:
parent
c001994d50
commit
0e2d044040
5 changed files with 84 additions and 9 deletions
11
Yavsc/wwwroot/css/main/bootstrap.css
vendored
11
Yavsc/wwwroot/css/main/bootstrap.css
vendored
|
|
@ -3185,18 +3185,19 @@ fieldset[disabled] .btn-primary.active {
|
|||
}
|
||||
.btn-success {
|
||||
color: #fff;
|
||||
background-color: #976116;
|
||||
background-color: #1f6000;
|
||||
border-color: #b1aa14;
|
||||
transition: color 1s, background-color 1s;
|
||||
}
|
||||
.btn-success:focus,
|
||||
.btn-success.focus {
|
||||
color: #fff;
|
||||
background-color: #b1aa14;
|
||||
color: #000;
|
||||
background-color: #51ff00;
|
||||
border-color: #b1aa14;
|
||||
}
|
||||
.btn-success:hover {
|
||||
color: #fff;
|
||||
background-color: #b1aa14;
|
||||
color: #000;
|
||||
background-color: #51ff00;
|
||||
border-color: #6a6713;
|
||||
}
|
||||
.btn-success:active,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue