Hi,
I have recently upgraded to 1.3.8 and have a small issue with the searchbox being too large for the toolbar. I added some custom.css code (provided by Mark) to blend the colours into my theme and also to address a previous issue with the search box. This is the code:
body div#fd.es .es-toolbar .es-toolbar-avatar {
background: #f7931d !important;
border: 1px solid #f7931d !important;
}
body div#fd.es .es-toolbar .navbar-inner {
background: #f7931d !important;
border: 1px solid #f7931d !important;
box-shadow: none !important;
}
body div#fd.es .es-toolbar .fd-navbar-search .search-query,
body div#fd.es .es-toolbar .fd-navbar-search {
background: #f6b76c !important;
}
body div#fd.es .es-toolbar .fd-navbar-search .search-query {
padding: 0 14px 0 36px !important;
}
However, the search box height is now too big. I tried adding custom code to change the height:
height: 35px but it had no effect.
How do I make it fit?
Kind regards
Mel
I have recently upgraded to 1.3.8 and have a small issue with the searchbox being too large for the toolbar. I added some custom.css code (provided by Mark) to blend the colours into my theme and also to address a previous issue with the search box. This is the code:
body div#fd.es .es-toolbar .es-toolbar-avatar {
background: #f7931d !important;
border: 1px solid #f7931d !important;
}
body div#fd.es .es-toolbar .navbar-inner {
background: #f7931d !important;
border: 1px solid #f7931d !important;
box-shadow: none !important;
}
body div#fd.es .es-toolbar .fd-navbar-search .search-query,
body div#fd.es .es-toolbar .fd-navbar-search {
background: #f6b76c !important;
}
body div#fd.es .es-toolbar .fd-navbar-search .search-query {
padding: 0 14px 0 36px !important;
}
However, the search box height is now too big. I tried adding custom code to change the height:
height: 35px but it had no effect.
How do I make it fit?
Kind regards
Mel