smooth the input boxes

This commit is contained in:
friendica 2012-05-18 05:18:00 -07:00
parent c153449475
commit eb17d4b9f4

View file

@ -29,6 +29,11 @@ img {
box-shadow: 3px 3px 10px 0 #000000; box-shadow: 3px 3px 10px 0 #000000;
} }
input {
border-radius: 3px;
-moz-border-radius: 3px;
}
.moderate { .moderate {
opacity: 0.3; opacity: 0.3;
filter:alpha(opacity=30); filter:alpha(opacity=30);