Commit 3fb56db35fcb35b068e5e92654256cd5664acf79

Authored by Nathan B
2 parents b936ce64 2ef19a41
Exists in master and in 1 other branch production

Merge pull request #129 from nashby/add-hand-icon-show-hide-button

add cursor pointer style to the togglers
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -765,6 +765,9 @@ table.backtrace tr.padding th, table.backtrace tr.padding td {
765 765 padding: 0;
766 766 }
767 767  
  768 +h3#watchers_toggle, h3#repository_toggle, h3#deploys_toggle {
  769 + cursor: pointer;
  770 +}
768 771  
769 772 span.click_span {
770 773 font-size: 0.7em;
... ...