Skip to content

Commit

Permalink
Background solid on form if no gradient support
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jul 16, 2011
1 parent 851c9c1 commit e3c917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
input { font-size: 16px; padding: 2px; font-family: sans-serif; }
input[type=range] { width: 100px; height: 7px; }
iframe.viewport { position: width: 100%; margin: 34px auto 0 auto; display: block; height: 2000px; -webkit-box-shadow: 0 5px 80px #505050; }
form { height: 30px; overflow: hidden; display: block; background: #333 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#666666), color-stop(.6,#333)); color: #fff; width: 100%; padding: 2px; position: fixed; top: 0; left: 0; }
form { height: 30px; overflow: hidden; display: block; background: #333; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#666666), color-stop(.6,#333)); color: #fff; width: 100%; padding: 2px; position: fixed; top: 0; left: 0; }
form {
text-shadow: 0 -1px 1px #000;
}
Expand Down

0 comments on commit e3c917a

Please sign in to comment.