• Resolved rizn

    (@rizn)


    Hi!

    What are the css-selectors to change the hover-behaviour of the items?
    I dont want the shadow but a simple border.

    Thanx a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rizn

    (@rizn)

    Ok, i could help myself.

    • This reply was modified 4 years, 2 months ago by rizn.
    Thread Starter rizn

    (@rizn)

    just for example:

    .rgg-disabled.size-medium_large.rgg-img {
    opacity: 1;
    transition: opacity 0.3s;
    }

    .rgg-disabled.size-medium_large.rgg-img:hover {
    box-shadow: unset !important;
    border-bottom: solid 2px #fdc62f;
    opacity: 0.8;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS for the items’ is closed to new replies.