Commit 2ef19a41df920ca15d53165486149dc6415f059b

Authored by Vasiliy Ermolovich
1 parent b936ce64
Exists in master and in 1 other branch production

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;