Skip to content

Instantly share code, notes, and snippets.

@nrrrdcore
Created August 9, 2012 23:35
Show Gist options
  • Save nrrrdcore/3309046 to your computer and use it in GitHub Desktop.
Save nrrrdcore/3309046 to your computer and use it in GitHub Desktop.

Revisions

  1. Julie Ann Horvath created this gist Aug 9, 2012.
    9 changes: 9 additions & 0 deletions inset_input.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    input {
    height: 34px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
    }