Skip to content

Commit

Permalink
latest updates to blueprint css - adding styling to url and email inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed May 8, 2011
1 parent 6aaaf48 commit d15e048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/blueprint/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
Expand Down

0 comments on commit d15e048

Please sign in to comment.