Skip to content

Commit ef3774b

Browse files
committed
search: unify the search button style
* Unifies the search button style via a uniform border. Signed-off-by: Jiri Fiala <[email protected]>
1 parent c250a5d commit ef3774b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_stylesheets/search.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#hc-search-input {
2+
border: 1px solid lightgrey;
23
font-size: 12px;
34
height: 25px;
45
width: 70%;
56
}
67

78
#hc-search-btn {
9+
border: 1px solid lightgrey;
810
font-size: 12px;
911
height: 25px;
1012
width: 25%;

0 commit comments

Comments
 (0)