Commit 72f3acdd authored by Tadas Sce's avatar Tadas Sce
Browse files

Add hover effect for historgrams

parent 86d1acbd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -800,3 +800,6 @@ input.input.lopen{
  position: absolute;
  display: none;
}
.widget_histogram_bars rect:hover {
  opacity: 0.9;
}