button style
This commit is contained in:
parent
fe1734f739
commit
06e91f0d6c
2 changed files with 15 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ body {
|
|||
}
|
||||
|
||||
.form-control {
|
||||
transition: none;
|
||||
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
select.form-control {
|
||||
|
|
@ -183,3 +183,15 @@ select.form-control:not([multiple]):not([size]) {
|
|||
top: 50%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
border: 1px solid #ced4da;
|
||||
border-radius: .25rem;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
|
||||
background: linear-gradient(#fff, #f5f7f9);
|
||||
}
|
||||
|
||||
.btn-default:active {
|
||||
background: #f5f7f9;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue