Questions tagged [yellow]

Yellow is an open source content management system (CMS) running on PHP, and used as a blog engine, a website or a wiki.

8 questions
27
votes
3 answers

Remove new Firefox autofill color

A few days ago my Firefox Developer Edition updated to version 67.0b2 (64 bit). Since then all autofilled input fields have a yellow background, on literally every website. How can I get rid of the yellow autofill color? Changing inset box-shadow…
Ejdrien
  • 2,782
  • 1
  • 17
  • 32
5
votes
1 answer

Spacemacs yellow line

I am a novice when use Spacemacs. when edit c++ files. there are yellow highlight lines. so I want to disable the yellow highlight and what does the yellow hightlight means?
4
votes
1 answer

Extracting k from Yellow brick KElbowVisualizer

I am trying to extract the value of k from Yellow brick KElbowVisualizer visualizer for further processing. I can see the k value on the visualization, but I cannot seem to extract it and put in a variable.
Marius
  • 41
  • 3
3
votes
2 answers

Why text has underline with yellow color with big font size?

Screenshot of the code and it's result: Hi, I have StatelessWidget which has Container returning in its build method and the Text widget as a child widget. But it's look and feel is not as expected. Why is the yellow underline and how can I remove…
1
vote
1 answer

SwiftUI — Color.yellow renders as brown on iOS device (but yellow in simulator)

Why does Color.yellow appear brown on my iPhone X but yellow in my simulator? It's not a display problem, as this iPhone X screenshot of a test app shows: As you can see, Color(red: 1.0, green: 1.0, blue: 0.0) (the lower-right square) appears…
Anton
  • 2,512
  • 2
  • 20
  • 36
0
votes
0 answers

how to solve yellow highlighted wordpress function errors in vs code

there are some warning in Wordpress functions in vs code how do I solve these errors I'm learning Wordpress theme development but Wordpress functions are showing these warning so I'm not desired output
0
votes
0 answers

WPF Designer Yellow Warnings on User Controls

VS 2017, WPF I have a WPF project in which several self made User Controls are defined. On a window, I have added these controls directly on the window grid as well as on grids on tab items of a tab control. The project compiles and runs fine. There…
Eric
  • 1
0
votes
1 answer

Eclipse Object Info Box on Custom Objects

I couldn't find how to do this anywhere else online, though I'm sure it's really easy to do. I'm primarily self taught though, and I'd like to start learning to document my code properly. This "yellow box" that pops up in eclipse with information…