Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Hi! You can add some CSS code for the hover state of the gauge class, like:
    .gaugePress:hover{}

    Thread Starter labyrinthgd

    (@labyrinthgd)

    That was the first thing I tried. I tried things like this:

    .gaugePress:hover{color: #fff}
    .gaugePress:hover{width: 85%; height: auto;}
    .gaugePress:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.35);}

    nothing did anything except the box shadow which only styled the div box, it did’t do anything to the actual meter.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hover Effect’ is closed to new replies.