smooth the input boxes

This commit is contained in:
friendica 2012-05-18 05:18:00 -07:00
parent c153449475
commit eb17d4b9f4
1 changed files with 5 additions and 0 deletions

View File

@ -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);