Skip to content

Commit

Permalink
apply hover affect to web_url link class
Browse files Browse the repository at this point in the history
  • Loading branch information
winfred committed May 19, 2012
1 parent e2f6087 commit de26a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/bootstrap_and_overrides.css.less
Expand Up @@ -53,9 +53,8 @@ a.action{
.web_url{
color: @orange;
}
a.action:hover{
color: darken(@orange, 10%);
.web_url:hover{
color: darken(@orange,10%);
}
.status{
width: 50%;
Expand Down

0 comments on commit de26a71

Please sign in to comment.