From 68c1aac1e33e24809e8bd75bf6f02756a668d8cb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 31 Mar 2015 19:02:02 -0700 Subject: make search box border radius consistent with everything else. It looks really weird when it's so different. --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 571298f8d..15bf85e4a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; -- cgit v1.2.3