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;
|
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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue