Skip to content

Commit

Permalink
Mobile test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Aug 25, 2012
1 parent b4210b2 commit b51139a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/grids/css/util-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/grids/css/util-min.css

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions src/grids/sass/includes/_form.scss
Expand Up @@ -206,15 +206,14 @@
input, textarea, select {

border-color: darken($light, 15%);
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.05));
/*@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.05));*/

&:focus, &:active {
border-color: $accent;
outline: none;

@include transition(border 0.2s linear 0s, box-shadow 0.2s linear 0s);
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.05), lighten($accent, 40%) 0 0 8px);
color: #fff; // Fix for BB Torch
/*@include transition(border 0.2s linear 0s, box-shadow 0.2s linear 0s);*/
/*@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.05), lighten($accent, 40%) 0 0 8px);*/

}

Expand Down

0 comments on commit b51139a

Please sign in to comment.