Giter Club home page Giter Club logo

Comments (5)

eromatiya avatar eromatiya commented on June 3, 2024

Can't seem to reproduce this. What's your firefox version? And are you using the dark theme?

image

from blurredfox.

vinhocent avatar vinhocent commented on June 3, 2024

Hmmm, I'm on Firefox 77.0.1 for Ubuntu, running KDE plasma and yeah, I'm using the dark theme. Is there an option in the userchrome to change the color of the context menu text?

from blurredfox.

eromatiya avatar eromatiya commented on June 3, 2024

Is there an option in the userchrome to change the color of the context menu text?

Yes. You can change the its css variables here. You can also change its css properties here.

from blurredfox.

vinhocent avatar vinhocent commented on June 3, 2024

menupopup, popup,
popup > menu > menupopup,
menupopup > menu > menupopup {
	-moz-appearance: none !important;
	background: var(--bf-menupopup-bg) !important;
	border: 0px !important;
	border-radius: 4px !important;
        color:#fff !important;
	padding: 2px 0px 2px 0px  !important;
}

ended up fixing it by adding color:#fff !important;, I'm not sure why it didn't work on my side though.

from blurredfox.

eromatiya avatar eromatiya commented on June 3, 2024

Glad you fixed it! I also applied your solution to this commit 0e8818a just in case. Thanks! Closing this now!

from blurredfox.

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.