Scope search-box CSS to search box only
This commit is contained in:
parent
12f31bc585
commit
3e143b1165
@ -28,7 +28,7 @@
|
|||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
.collapse-btn {
|
.search-box .collapse-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.5rem;
|
top: 0.5rem;
|
||||||
left: 0.5rem;
|
left: 0.5rem;
|
||||||
@ -37,11 +37,11 @@
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0px 0px 1px 1px #222222;
|
box-shadow: 0px 0px 1px 1px #222222;
|
||||||
}
|
}
|
||||||
.form-control {
|
.search-box .form-control {
|
||||||
padding: 0.1rem 0.1rem;
|
padding: 0.1rem 0.1rem;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
.btn {
|
.search-box .btn {
|
||||||
padding: 0.25rem 0.2rem;
|
padding: 0.25rem 0.2rem;
|
||||||
margin-right: 0.1rem;
|
margin-right: 0.1rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user