mirror of https://gitlab.com/curben/blog
feat: add rounded corner to search bar
This commit is contained in:
parent
7bbf3f4183
commit
176974cd87
|
@ -1412,6 +1412,7 @@ pre .keyword {
|
|||
|
||||
/* search bar */
|
||||
.searchContainer {
|
||||
border-radius: 5px;
|
||||
width: 10em;
|
||||
color:#d8d8d8;
|
||||
background-color:#333;
|
||||
|
@ -1440,6 +1441,7 @@ pre .keyword {
|
|||
/* hide the border and fill the height to parent's */
|
||||
.searchBox {
|
||||
border: 0;
|
||||
border-radius: 5px;
|
||||
height:100%;
|
||||
width: 85%;
|
||||
padding-left: 0.2em;
|
||||
|
|
Loading…
Reference in New Issue