I'm putting together this form for a client project, using ExpressionEngine and Freeform Pro, and for some reason, I'm getting this green highlight on my select multiple field:
(sorry, I can't post a link)
I'm not finding the green anywhere in the CSS. Where might it be defined, and how could I change it? I'm not aware of any CSS that affects the highlight color of form elements.
Thanks!
It was actually the highlight color setting in the OSX System Preferences. Apparently, it cannot be overridden in CSS3.
Related
I have a 10,000+ line css file, and color decorators only work for about the top 50% of the file. I've been looking everywhere for a setting to change the number of lines the built in VS Code color decorator feature will work on, but can't seem to find it, anyone know how to make it work or is there an extension that won't give up after any number of lines?
See v1.75 Release Notes: Color Decorators Limit:
The number of color decorators that are shown in the editor is limited
to 500. This is to prevent performance issues when a file contains a
large number of colors. It now can be configured via the new
editor.colorDecoratorsLimit setting.
I am very happy when using vscode and i love the High Contrast color theme but I don't like its border (the blue border that i marked with red in the screenshot below). I have searched in the theme-default folder but i can't change it. Does anyone know how to change it?
Screenshot
I work on VSCode. This cannot be changed currently without editing our bundled UI css, which I recommend against.
Support for theming UI elements like this is being tracked by https://github.com/Microsoft/vscode/issues/3112
If you feel this color should be changed, please open a new issue or submit a PR with the proposed fix. There seem to be multiple places where the boarder color is defined. Look for css files the use #6FC3DF for border-color. .hc-black is the high contrast selector
Is there a way to change the color of the grids in eclipse?
I am using the built-in 'Dark' theme, and the grid lines are too bright for me, they mess with my vision, I have some visual snow.
I think that is based on the "Window Color and Appearance" (that's the given name if you are under windows) of your desktop personalization just like the top bar maximize/minimize/close.
So you can always go there and change it in "3D objects", but be aware that this change will affect your whole desktop/windows visuals.
Altho, that beeing said, I know that there are ways tweak it around. This could give you a hand: http://marketplace.eclipse.org/content/eclipse-4-chrome-theme#.UYrzEkAW1J0
Also a tool called css spy will help you find what you want to edit faster: http://marketplace.eclipse.org/content/eclipse-4-tools-css-spy#.UYrzSkAW1J0
I've dug through every damn color setting under Tools> Options. Went through every Fonts & Color, Editor, PHP etc and I'll be damned if I can figure out how to change the background row highlighting for when you have an error. I've been able to change ever other color to fit my personal preference cept this one. Here's a screen shot of the problem:
I would like to change the background red to a dark red so the text is easier to ready.
Using Netbeans 7.4
Thank you for your time and consideration.
Edit: Per Ben's point, here's the current options and the code behind the panel to show it's not working:
Final update, here's the end result which is close enough:
By looking at your screenshots (correct me if I am wrong) I can see that you have set your current row highlighting to red:
Tools-> Options-> Fonts&Colors-> Highlighting(Tab)-> Highlight Caret Row
As far as I know you can't set different background highlighting options for errors. So what you can do is set the formatting options for errors:
Font: No need to explain this.
Foreground: This is the text color if you change this it will disregard all other formatting options that you may have set, so lets leave it as is.
Background: This is what you want to change so that text don't get lost in the formatting. If you scroll to the bottom you can also set custom colors.
Effects: Irrelevant
Effect Color: Disabled if effects is None and only applies to the effect.
As you can see I set mine to yellow just as an example.
As you can see in this screen shot my background highlighting is light grey as well as my string formatting. So it is impossible to read, but by changing the error formatting this is the result:
Alternatively you can just select another background highlighting color that suits your formatting better.
Try Fonts&Colors->Syntax->Error
You can also try setting the Annotations color for "Error", mine was set to a specific color (after importing a theme) instead of 'Inherited', making text unreadable in a similar way.
This was really annoying for me too and most answers didn't help. I think that I have figured it out.
In netbeans 12 you need to change two things.
Tools->Options->Fonts&Colors->Syntax->Java->Error->change background color. This will only change the background of the code in error and not the red background of the rest of the lines white space.
To fix the red on the whitespace.
Tools->Options->Fonts&Colors->Annotations->Error(the one with the exclamation point)->change background color
I selected inherited to have no whitespace highlighting.
enter image description here
Does anyone know where to change the color of the matching tags in Netbeans? Attached is the screenshot to be easier to understand. H3 is highlighted, I want to change that background color.
Thanks
I believe the Brace matching (match, multiple characters) setting is the one you're looking for. As shown on the screenshot below: