vendor/assets/stylesheets/pure-nr.css in pure-css-rails-0.4.1 vs vendor/assets/stylesheets/pure-nr.css in pure-css-rails-0.4.2

- old
+ new

@@ -1,7 +1,7 @@ /*! -Pure v0.4.1 +Pure v0.4.2 Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. https://github.com/yui/pure/blob/master/LICENSE.md */ /*! @@ -943,11 +943,10 @@ .pure-form select, .pure-form textarea { padding: 0.5em 0.6em; display: inline-block; border: 1px solid #ccc; - font-size: 0.8em; box-shadow: inset 0 1px 3px #ddd; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -959,19 +958,25 @@ */ .pure-form input:not([type]) { padding: 0.5em 0.6em; display: inline-block; border: 1px solid #ccc; - font-size: 0.8em; box-shadow: inset 0 1px 3px #ddd; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */ +/* May be able to remove this tweak as color inputs become more standardized across browsers. */ +.pure-form input[type="color"] { + padding: 0.2em 0.5em; +} + + .pure-form input[type="text"]:focus, .pure-form input[type="password"]:focus, .pure-form input[type="email"]:focus, .pure-form input[type="url"]:focus, .pure-form input[type="date"]:focus, @@ -1053,11 +1058,11 @@ .pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid { color: #b94a48; - border: 1px solid #ee5f5b; + border-color: #ee5f5b; } .pure-form input:focus:invalid:focus, .pure-form textarea:focus:invalid:focus, .pure-form select:focus:invalid:focus { border-color: #e9322d; @@ -1074,11 +1079,10 @@ .pure-form select[multiple] { height: auto; } .pure-form label { margin: 0.5em 0 0.2em; - font-size: 90%; } .pure-form fieldset { margin: 0; padding: 0.35em 0 0.75em; border: 0; @@ -1086,11 +1090,10 @@ .pure-form legend { display: block; width: 100%; padding: 0.3em 0; margin-bottom: 0.3em; - font-size: 125%; color: #333; border-bottom: 1px solid #e5e5e5; } .pure-form-stacked input[type="text"], @@ -1208,17 +1211,17 @@ .pure-form-message-inline { display: inline-block; padding-left: 0.3em; color: #666; vertical-align: middle; - font-size: 90%; + font-size: 0.875em; } /* Block help for forms */ .pure-form-message { display: block; color: #666; - font-size: 90%; + font-size: 0.875em; } /*csslint adjoining-classes:false, outline-none:false*/ /*TODO: Remove this lint rule override after a refactor of this code.*/