mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
button style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user