mirror of https://github.com/zulip/zulip.git
css: Remove bootstrap navbar-search CSS.
I confirmed all of these rules were already overridden by our own CSS on the only element with this CSS class.
This commit is contained in:
parent
9b5fb74f90
commit
930f588fff
|
@ -1094,23 +1094,6 @@ input.search-query {
|
|||
.navbar .input-append .btn-group {
|
||||
margin-top: 0;
|
||||
}
|
||||
.navbar-search {
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.navbar-search .search-query {
|
||||
margin-bottom: 0;
|
||||
padding: 4px 14px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.navbar .nav {
|
||||
position: relative;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in New Issue