X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/6ff691979dd906ff4b4c70b3e5e1bbd4d906b87b..2c087c3ce497ccbbf5860f710168e563c7b7cce7:/scuttle.css diff --git a/scuttle.css b/scuttle.css index c94341c..fba6933 100644 --- a/scuttle.css +++ b/scuttle.css @@ -19,23 +19,30 @@ body { margin: 0; padding: 0; } -input[type=text], -input[type=password], -select, -textarea { - border: 1px solid #AAA; - padding: .1em; +input[type=submit] { + background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); + border: 1px solid #CCC; + border-radius: 5px; + font-size: 13px; + padding: 4px 12px; + text-shadow: #FFF 1px 1px 0px; + -moz-border-radius: 5px; +} +input[type=submit]:active { + background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); +} +input[type=submit]:hover { + border-color: #666; } input[type=text], input[type=password], +select, textarea { - padding: .2em; -} -input[type=text]:focus, -input[type=password]:focus, -select:focus, -textarea:focus { - border-color: #666; + border: 1px solid #CCC; + border-radius: 3px; + font-size: 13px; + padding: 4px 5px; + -moz-border-radius: 3px; } p.error, p.success {