• it is your Plugin Page the same thing: if you acitvate the grayscale look. The toolbar goes to absolute position. That is fatal if you are near the bottom of the page. Suddenly the toolbar is gone to the top value but absolute not fixed.

    i do not find the reason for it. i even set the pojo-a11y-toolbar to position : fixed !important in plugin css. But there is no effect on it. – very strange.

    • This topic was modified 2 months, 1 week ago by Guenni007.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Guenni007

    (@guenni007)

    I think it would be sufficient if you put the filter not to the body, but to all descendants.

    body.pojo-a11y-grayscale * {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray
    }


Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.