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 */
|
/* 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;
|
||||||
|
|
Loading…
Reference in New Issue