• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Autofill Text - Obnoxious Green Color

    Opera GX
    font colors autofill change themes
    20
    28
    11925
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Lokkie6912
      Lokkie6912 last edited by

      why it was green
      8ab5c41a-ac44-46cc-80ca-19455d64a991-Screenshot 2023-02-23 151704.png

      Reply Quote 5
        1 Reply Last reply
      • Vesta065
        Vesta065 last edited by

        Have the same trouble, as i updated the Opera, this started.

        Reply Quote 4
          1 Reply Last reply
        • PandaTreadmills
          PandaTreadmills last edited by

          Same thing here, happening on GX as well

          Reply Quote 2
            1 Reply Last reply
          • Abstralis
            Abstralis last edited by

            I just downloaded Opera GX (I come from Firefox) and I have the same issue, This bright green is illegible.

            Hope they fix that too because I'm using Mozilla until they fix It.

            Reply Quote 2
              1 Reply Last reply
            • Valcoren
              Valcoren last edited by

              I've noticed that the font color has changed to a "bright green color" in drop-down menus today after my OGX updated. Is there a way to change these font color settings?

              It would be fine if the browser had full control of this menu box on all websites but ones the browser doesn't it's hard to make out the fonts.

              1d9e02af-ed9e-4efe-ba6f-d1ea9896bfe8-image.png

              Reply Quote 1
                1 Reply Last reply
              • kyrstannie
                kyrstannie last edited by

                Same here! 😐

                Reply Quote 1
                  1 Reply Last reply
                • TBEDDY
                  TBEDDY @cascadehope last edited by

                  @cascadehope Oh thank god its not just me, I have the same issue that started a few days ago

                  Reply Quote 3
                    1 Reply Last reply
                  • zenixco
                    zenixco last edited by

                    image_2023-02-25_222609673.png it used to be purple

                    Reply Quote 0
                      1 Reply Last reply
                    • zenixco
                      zenixco last edited by

                      i beg i need an answer for this too my room is usually dark and i have to voluntarily flash bang my self

                      Reply Quote 1
                        makezu Grannos 2 Replies Last reply
                      • Grannos
                        Grannos @zenixco last edited by

                        @zenixco said in Autofill Text - Obnoxious Green Color:

                        i beg i need an answer for this too my room is usually dark and i have to voluntarily flash bang my self

                        There is absolutely nothing voluntary about the flash bang I occur every time I submit my time card for work and get slapped in the face with this obnoxious green color. This is akin to torture and a Geneva convention violation.

                        Reply Quote 0
                          1 Reply Last reply
                        • makezu
                          makezu @zenixco last edited by

                          @zenixco bc they broke it. Also there is another issues. Now i learned, never update browser before read known issues. Discord server is good place atleast and reddit this forum sometimes not always.

                          Reply Quote 0
                            Vesta065 1 Reply Last reply
                          • Vesta065
                            Vesta065 @makezu last edited by

                            @makezu I don't know if we can control when it updates, normally when i close or restart my computer, it updates alone, so yeah, i also forgot to mention this, but this green color thing is happening in my GX.

                            Reply Quote 0
                              1 Reply Last reply
                            • Medina4me
                              Medina4me @cascadehope last edited by

                              @cascadehope Has anyone come up with a solution yet?

                              I've tried everything from changing the themes, and the secondary colors and nothing seems to take.

                              Although, double checking my theme settings it seems like they didn't save.
                              I'll try that again.

                              If anyone has come up with a solution I would appreciate it, cause that neon green is annoying at best.

                              Reply Quote 0
                                cascadehope 1 Reply Last reply
                              • cascadehope
                                cascadehope @Medina4me last edited by

                                @medina4me unfortunately, I've only heard people experiencing the same issue and no resolutions or work around at this time.

                                It sounds like it came from a recent update, so here's hoping they fix it in the next one

                                Reply Quote 0
                                  1 Reply Last reply
                                • Runatyr
                                  Runatyr last edited by

                                  Same here, looks super annoying with the barely legible green text

                                  Reply Quote 0
                                    1 Reply Last reply
                                  • Sefiir
                                    Sefiir last edited by leocg

                                    imagen_2023-02-28_132343100.png
                                    Recently I have this problem that the color of the autocomplete words is green and many times it is difficult to read, so I would like to change it to black but I don't know how to do it

                                    Reply Quote 0
                                      mstfcbngl 1 Reply Last reply
                                    • mstfcbngl
                                      mstfcbngl @Sefiir last edited by

                                      @sefiir It's fixed with last update. So you should update your browser.

                                      Reply Quote 3
                                        Sefiir 1 Reply Last reply
                                      • Sefiir
                                        Sefiir @mstfcbngl last edited by

                                        @mstfcbngl ty

                                        Reply Quote 0
                                          1 Reply Last reply
                                        • Anawilliam
                                          Anawilliam Banned last edited by

                                          It looks like the green color you are seeing is the default color used by the Opera browser for autofill text. If you prefer a different color, you may be able to change it by adjusting the browser's CSS settings. Here's how:

                                          Open Opera and navigate to any page with an autofill form.

                                          Right-click on the form and select "Inspect" from the context menu.

                                          This will open the Developer Tools panel. In the panel, click on the "Styles" tab.

                                          In the "Styles" tab, locate the section labeled "User agent stylesheet" and expand it.

                                          Within this section, look for the following CSS code:

                                          css
                                          Copy code
                                          input:-webkit-autofill,
                                          textarea:-webkit-autofill,
                                          select:-webkit-autofill {
                                          background-color: #00FF00 !important;
                                          color: #000000 !important;
                                          }
                                          This code is responsible for styling the autofill text. The background-color property is set to #00FF00, which is the green color you are seeing. The color property is set to #000000, which is black.

                                          To change the color of the autofill text, modify the color property to your preferred color. For example, you can change it to black by changing the value to #000000. If you want to change the background color as well, modify the background-color property.

                                          Once you have made your changes, click on the "X" button in the top-right corner of the Developer Tools panel to close it.

                                          Your changes should now be applied, and you should see the new color when using autofill in Opera.

                                          Reply Quote 0
                                            cascadehope 1 Reply Last reply
                                          • cascadehope
                                            cascadehope @Anawilliam last edited by leocg

                                            @anawilliam I just tried what you mentioned, and do not see any of the details you provided in the field.

                                            The field has the following for the "User agent stylesheet"

                                            input[type="text" i] {
                                                ~~padding: 1px 2px;~~
                                            }
                                            user agent stylesheet
                                            input {
                                                writing-mode: horizontal-tb !important;
                                                font-style: ;
                                                font-variant-ligatures: ;
                                                font-variant-caps: ;
                                                font-variant-numeric: ;
                                                font-variant-east-asian: ;
                                                font-weight: ;
                                                font-stretch: ;
                                                ~~font-size: ;~~
                                                ~~font-family: ;~~
                                                text-rendering: auto;
                                                ~~color: fieldtext;~~
                                                letter-spacing: normal;
                                                word-spacing: normal;
                                                ~~line-height: normal;~~
                                                text-transform: none;
                                                text-indent: 0px;
                                                text-shadow: none;
                                                display: inline-block;
                                                text-align: start;
                                                appearance: auto;
                                                -webkit-rtl-ordering: logical;
                                                cursor: text;
                                                ~~background-color: field;
                                                margin: 0em;
                                                padding: 1px 2px;
                                                border-width: 2px;
                                                border-style: inset;~~
                                                ~~border-color: -internal-light-dark(
                                                      rgb(118, 118, 118), rgb(133, 133, 133));~~
                                                ~~border-image: initial;~~
                                            }
                                            

                                            I didn't see an option to 'expand it', so I can't say anything regarding doing that.

                                            I do see that background-color and color are fields, but are set to "field" and "fieldtext" respectively.

                                            I also don't appear to be able to edit anything in the field. I thought about maybe trying to change it from field and fieldtext to the hexcodes, but it doesn't appear to be editable.

                                            Reply Quote 0
                                              1 Reply Last reply
                                            • First post
                                              Last post

                                            Computer browsers

                                            • Opera for Windows
                                            • Opera for Mac
                                            • Opera for Linux
                                            • Opera beta version
                                            • Opera USB

                                            Mobile browsers

                                            • Opera for Android
                                            • Opera Mini
                                            • Opera Touch
                                            • Opera for basic phones

                                            • Add-ons
                                            • Opera account
                                            • Wallpapers
                                            • Opera Ads

                                            • Help & support
                                            • Opera blogs
                                            • Opera forums
                                            • Dev.Opera

                                            • Security
                                            • Privacy
                                            • Cookies Policy
                                            • EULA
                                            • Terms of Service

                                            • About Opera
                                            • Press info
                                            • Jobs
                                            • Investors
                                            • Become a partner
                                            • Contact us

                                            Follow Opera

                                            • Opera - Facebook
                                            • Opera - Twitter
                                            • Opera - YouTube
                                            • Opera - LinkedIn
                                            • Opera - Instagram

                                            © Opera Software 1995-