Skip to content

Commit

Permalink
Merge pull request errbit#129 from nashby/add-hand-icon-show-hide-button
Browse files Browse the repository at this point in the history
add cursor pointer style to the togglers
  • Loading branch information
ndbroadbent committed Nov 26, 2011
2 parents b936ce6 + 2ef19a4 commit 3fb56db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,9 @@ table.backtrace tr.padding th, table.backtrace tr.padding td {
padding: 0;
}

h3#watchers_toggle, h3#repository_toggle, h3#deploys_toggle {
cursor: pointer;
}

span.click_span {
font-size: 0.7em;
Expand Down

0 comments on commit 3fb56db

Please sign in to comment.