feat: add rounded corner to search bar

This commit is contained in:
curben 2018-11-12 11:06:36 +10:30
parent 7bbf3f4183
commit 176974cd87
1 changed files with 2 additions and 0 deletions

View File

@ -1412,6 +1412,7 @@ pre .keyword {
/* search bar */ /* search bar */
.searchContainer { .searchContainer {
border-radius: 5px;
width: 10em; width: 10em;
color:#d8d8d8; color:#d8d8d8;
background-color:#333; background-color:#333;
@ -1440,6 +1441,7 @@ pre .keyword {
/* hide the border and fill the height to parent's */ /* hide the border and fill the height to parent's */
.searchBox { .searchBox {
border: 0; border: 0;
border-radius: 5px;
height:100%; height:100%;
width: 85%; width: 85%;
padding-left: 0.2em; padding-left: 0.2em;