make search box border radius consistent with everything else. It looks really weird when it's so different.
This commit is contained in:
parent
7f6ba91dfa
commit
68c1aac1e3
@ -785,7 +785,7 @@ a.rateme, div.rateme {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 0px 5px 0px 5px;
|
||||||
border-radius: 10px;
|
border-radius: $radiuspx;
|
||||||
border-color: $nav_bd;
|
border-color: $nav_bd;
|
||||||
background-color: $search_background;
|
background-color: $search_background;
|
||||||
transition: background-color 300ms ease 0s;
|
transition: background-color 300ms ease 0s;
|
||||||
|
Reference in New Issue
Block a user