• Resolved 2807georg

    (@2807georg)


    there is a blue outline on all selection fields in the calendar after visiting them. I removed a few of them but I’m searching for a way to remove all of them if possible …
    thanks a lot and greetings – Georg

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @2807georg,

    I have just visited your events page and I am unable to reproduce the issue on my end. Would you mind providing the detailed steps to reproduce this?

    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that there hasn’t been any recent activity on this thread, so we’ll consider it resolved. However, if you have any additional questions or concerns, feel free to start a new thread.

    Thread Starter 2807georg

    (@2807georg)

    It’s true that you don’t see the blue border anymore because I removed every single of them with css. What I’m looking for is a way to remove all blue borders around active menu entries with one code entry. The way I remove them in the moment is i.e.

    /* keine blauer Rand um Search-Box beim Anklicken */
    .tribe-common-c-btn.tribe-events-c-search__button {
    outline-color: white !important;
    }

    /* kein blauer Rand bei Datumsauswahl */
    .tribe-events button.tribe-events-c-top-bar__datepicker-button:focus
    {
    outline: white;
    }

    Thanks and greetings – Georg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘blue outline on all buttons’ is closed to new replies.