make search box border radius consistent with everything else. It looks really weird when it's so different.

This commit is contained in:
friendica 2015-03-31 19:02:02 -07:00
parent 7f6ba91dfa
commit 68c1aac1e3

View File

@ -785,7 +785,7 @@ a.rateme, div.rateme {
height: 20px;
margin: 15px;
padding: 0px 5px 0px 5px;
border-radius: 10px;
border-radius: $radiuspx;
border-color: $nav_bd;
background-color: $search_background;
transition: background-color 300ms ease 0s;