From eb17d4b9f4d999d0518407069fd88e9067d5d323 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 18 May 2012 05:18:00 -0700 Subject: [PATCH] smooth the input boxes --- view/theme/default/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 05a92dc4..a8a553c5 100755 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -29,6 +29,11 @@ img { box-shadow: 3px 3px 10px 0 #000000; } +input { + border-radius: 3px; + -moz-border-radius: 3px; +} + .moderate { opacity: 0.3; filter:alpha(opacity=30);