Skip to content

Commit

Permalink
style: search box
Browse files Browse the repository at this point in the history
border style
  • Loading branch information
MOxFIVE committed Oct 1, 2015
1 parent 7636a7a commit c5f17d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/Yilia/source/css/_partial/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,14 @@
.search {
margin-top: 1px;
font-family: inherit;
border: 2px solid lightgray;
border:2px solid white;
border-bottom: 2px solid lightgray;
border-radius: 2px;
width: 68%;
opacity: .2;
height: 18px;
&:hover {
opacity: 1;
border: 2px solid lightgray;
};
}

0 comments on commit c5f17d7

Please sign in to comment.