aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-31 19:02:02 -0700
committerfriendica <info@friendica.com>2015-03-31 19:02:02 -0700
commit68c1aac1e33e24809e8bd75bf6f02756a668d8cb (patch)
tree853519904f82b686dd5dbfa3eaba00c66aa66a68 /view/theme/redbasic/css
parent7f6ba91dfadc8f256cd3a707b0ba281d47843c26 (diff)
downloadvolse-hubzilla-68c1aac1e33e24809e8bd75bf6f02756a668d8cb.tar.gz
volse-hubzilla-68c1aac1e33e24809e8bd75bf6f02756a668d8cb.tar.bz2
volse-hubzilla-68c1aac1e33e24809e8bd75bf6f02756a668d8cb.zip
make search box border radius consistent with everything else. It looks really weird when it's so different.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
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;