Skip to content

Commit

Permalink
Giving the tabs sensible cursor interaction.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustl committed Jul 18, 2009
1 parent af5949f commit 44a17ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/templates/default/stylesheets/screen.less
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,14 @@ ul.simple{
padding:5px;
text-align:center;
background-color:#f7f7f7;

:hover {
cursor:pointer;
}
}

.tab.active {
cursor: default;
background-color:#ccc;
}
}
Expand Down

0 comments on commit 44a17ac

Please sign in to comment.