mirror of https://gitlab.com/curben/blog
fix: don't underline the search icon
This commit is contained in:
parent
7d15668c04
commit
7bbf3f4183
|
@ -1411,7 +1411,7 @@ pre .keyword {
|
|||
}
|
||||
|
||||
/* search bar */
|
||||
.searchContainer{
|
||||
.searchContainer {
|
||||
width: 10em;
|
||||
color:#d8d8d8;
|
||||
background-color:#333;
|
||||
|
@ -1421,6 +1421,14 @@ pre .keyword {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
/* don't underline the search icon */
|
||||
.searchContainer a:hover,
|
||||
.searchContainer a:visited,
|
||||
.searchContainer a:link,
|
||||
.searchContainer a:active {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* inline-block to position them in same line */
|
||||
.searchBox,
|
||||
.searchBtn{
|
||||
|
|
Loading…
Reference in New Issue