Skip to content

Commit

Permalink
Inherit font styles in inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Bréchemier committed May 22, 2014
1 parent 0a11c5e commit 8f82b54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.txt
Expand Up @@ -126,6 +126,7 @@ HISTORY
2012-07-21, Added support for sizes XS and XXS using CRC32 and CRC8
2012-08-04, Use scope() from scope-or-not project to declare modules
2012-12-15, Added styles for width of inputs
2014-05-22, Inherit font styles in inputs
XXXX-XX-XX, Use Passwordia font to conceal inputs and passwords by default
XXXX-XX-XX, Add color hash as visual indicator in stealth mode

7 changes: 6 additions & 1 deletion css/style.css
Expand Up @@ -4,7 +4,7 @@
* Author: Eric Bréchemier <github@eric.brechemier.name>
* License: Creative Commons Attribution 3.0 Unported
* http://creativecommons.org/licenses/by/3.0/
* Version: 2012-12-15
* Version: 2014-05-22
*/

html, body, h1, h2, h3, p, span, em, strong, fieldset, legend, label, ul, li {
Expand Down Expand Up @@ -87,6 +87,11 @@ legend {

input {
margin: 0.45em 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
}

button {
Expand Down

0 comments on commit 8f82b54

Please sign in to comment.