• Resolved tomessence

    (@tomessence)


    Hi Martin,

    First, thumbs up! Thank you for creating this great plugin!

    There is a small bug that should be fixed.
    When setting ‘Admin Color Scheme’ > ‘Color Scheme Color 2’ – it sets the background color for the admin menu & bar, but it also sets this color for the check mark of checkboxes, so if I set the admin menu background color to be white, and than try to select checkboxes, I cannot see that the checkboxes were selected (white check mark over white checkbox background).

    I’m sure this is a simple thing to fix and if you don’t have time to update the plugin now, I will really appreciate at least a snippet I can add to resolve this by not appling the ‘Color Scheme Color 2’ to check marks.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @tomessence,

    Thanks for your kind words. This will be fixed in a future version – I don’t know when that will be released though. But you can use the below CSS code to resolve this:

    body input[type=checkbox]:checked:before {
    color: black !important;
    }

    body input[type=radio]:checked:before {
    background: black !important;
    }

    You can change black to whatever you want. Thanks,

    Thread Starter tomessence

    (@tomessence)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug – Admin Color 2’ is closed to new replies.