• 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
    11617
    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.
    • 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
                          • prince1107
                            prince1107 last edited by

                            The last update fixes the problem, just updated, problem fixed itself

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

                              @prince1107 said in Autofill Text - Obnoxious Green Color:

                              The last update fixes the problem, just updated, problem fixed itself

                              I just opened up the Browser this morning, and can confirm it was fixed with the latest update.

                              Thanks!

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

                                A few days ago the suggestions of this color appeared to me, it is annoying to the eye, I would like to change it, I don't know how it happened

                                imagen_2023-03-01_154355337.png

                                Please, help me

                                Reply Quote 0
                                  leocg 1 Reply Last reply
                                • leocg
                                  leocg Moderator Volunteer @MaxValenzuela last edited by

                                  @maxvalenzuela Update your browser.

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

                                    @leocg Even after updating, I still get it

                                    Reply Quote 0
                                      leocg 1 Reply Last reply
                                    • leocg
                                      leocg Moderator Volunteer @ChezzmanVonHinckleberries last edited by

                                      @chezzmanvonhinckleberries Are you in LVL4 (core: 95.0.4635.74)?

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

                                        @leocg Yes

                                        Reply Quote 0
                                          1 Reply Last reply
                                        • Locked by  leocg leocg 
                                        • 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-