Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox input fields color #25

Closed
rustoceans opened this issue Oct 28, 2017 · 6 comments
Closed

Firefox input fields color #25

rustoceans opened this issue Oct 28, 2017 · 6 comments

Comments

@rustoceans
Copy link

rustoceans commented Oct 28, 2017

Hey there, there is a problem with the color of the inputs that I think should be fixed.

The issue is happening only in Firefox for now cuz it uses the default buttons of the system (seems like, it's just a thought idk, on chrome the overlaps doesn't happen). So once that I am using Firefox this is extremely uncomfortable in terms of the user experience.

Is there any way to fix it and stop to overlap the button colors in Firefox? Only the buttons =)

OS: Ubuntu 14.04
Theme: Ant-Dracula

@rustoceans
Copy link
Author

I've fixed changing https://github.com/EliverLara/Ant/blob/master/gtk-3.0/gtk-widgets.css#L366-L369
to:

.view {
    background-color: #FFF;
    color: @base_color;
}

but the issue is in the Ant-Dracula theme. I could send a pull request but i don't know where is the repo for this theme.

@EliverLara
Copy link
Owner

You're right, but that solution has side effects in the UI, anyway I've already commented on this before but apparently the user deleted the issue, I proposed as a temporary solution to install the Text Contrast for Dark Themes addon for firefox, because apparently it's an old firefox issue with dark themes, as you can see in this thread from the Arc theme.

@rustoceans
Copy link
Author

I see now, thanks for your recommendation but the extension doesn't solved the problem. So I`ll keep this "manual" change for now, while we don't have news from Mozilla to fix it.

@sebdah
Copy link

sebdah commented Nov 25, 2017

I have the same issue with the Dracula theme. Bloody works just fine. The proposed Firefox plugin does not solve the issue for me either unfortunately.

For now I'll reside to Bloody.

@sebdah
Copy link

sebdah commented Nov 25, 2017

I'm on Arch Linux with Gnome.

@dinojr
Copy link

dinojr commented Apr 2, 2018

The firefox plugin fixes the php input fields at least. I also noticed that the gnome web browser exhibits the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants