Commit 3fb56db35fcb35b068e5e92654256cd5664acf79
Exists in
master
and in
1 other branch
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,6 +765,9 @@ table.backtrace tr.padding th, table.backtrace tr.padding td { | ||
765 | padding: 0; | 765 | padding: 0; |
766 | } | 766 | } |
767 | 767 | ||
768 | +h3#watchers_toggle, h3#repository_toggle, h3#deploys_toggle { | ||
769 | + cursor: pointer; | ||
770 | +} | ||
768 | 771 | ||
769 | span.click_span { | 772 | span.click_span { |
770 | font-size: 0.7em; | 773 | font-size: 0.7em; |