Skip to content

Commit

Permalink
Add visual feedback on hover for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Mar 28, 2012
1 parent 6747e3c commit 6b4a383
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/partials/_layout.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px
position: relative;
left: -3px;
@include border-radius (0px 3px 3px 0px);
&:hover{
opacity: 0.9;
}
}
}

Expand Down Expand Up @@ -264,6 +267,9 @@ hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px
background: $sqsh-blue;
color: $sqsh-white;
float:left;
&:hover{
opacity: 0.9;
}
}
input[type="text"] {
margin:0;
Expand Down

0 comments on commit 6b4a383

Please sign in to comment.