smooth the input boxes
This commit is contained in:
parent
c153449475
commit
eb17d4b9f4
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue