Code Monkey home page Code Monkey logo

Comments (4)

leggett avatar leggett commented on June 5, 2024 2

I've got this fixed. Took a bit of doing but I'll check it into the Chrome Web Store tonight with other changes.

from simplify.

kennydorman avatar kennydorman commented on June 5, 2024

It actually looks to be an issue with read email, I have the same issue with the tabbed inbox

Restoring the default styles works

.yO {
    background: rgba(0,0,0,0.8);
    color: rgba(255,255,255,0.70);
}

from simplify.

kennydorman avatar kennydorman commented on June 5, 2024

Quick fix for anyone with this issue, you can create a bookmarklet with the following URI or simply "Go" to this URL (copy/paste to url bar)

javascript:(function(){var css = document.createElement("style");css.innerHTML = ".yO {background: rgba(0,0,0,0.8) !important;color: rgba(255,255,255,0.70) !important;}";document.body.appendChild(css);})()

You'll have to do this for every new gmail session

from simplify.

leggett avatar leggett commented on June 5, 2024

Correct. Known issue and on the list.

I set the background for read items to be white with a lighter font so most themes don't have the zebra stripes but that manual set breaks dark themes. I'm either going to find a way to detect the background (document.getElementsByClassName('yO')[0].style.background returns null) or I'll abandon dropping the read-state background color. I also tried just using a filter:contrast(120%) but that messes with the borders.

from simplify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.