Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7546207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:08:22+00:00 2026-05-30T09:08:22+00:00

So in Chrome text inputs are added border like 2px inset . What I’ve

  • 0

So in Chrome text inputs are added border like 2px inset.
What I’ve got is:

.search-form p input[type=text] {    
    width: 170px;        
}

while .search-form is:

.search-form {
    width: 174px;    
    padding: 10px;
    border: 1px solid #F2E1D5;
}

How do I check whether this is a Chrome UA or otherwise how do I override the rule?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T09:08:23+00:00Added an answer on May 30, 2026 at 9:08 am

    The default stylesheet for Chrome relaing to inputs looks like this:

    input, input[type="password"], input[type="search"], isindex {
        -webkit-appearance: textfield;
        padding: 1px;
        background-color: white;
        border: 2px inset;
        border-image: initial;
        -webkit-rtl-ordering: logical;
        -webkit-user-select: text;
        cursor: auto;
    }
    
    input, textarea, keygen, select, button, isindex {
        margin: 0em;
        font: -webkit-small-control;
        color: initial;
        letter-spacing: normal;
        word-spacing: normal;
        line-height: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: -webkit-auto;
    }
    

    So, just override those with your own properties. Assumedly you want things to look the same everywhere, so just style the border how you like.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to DRY this jQuery up? <script type=text/javascript> $('form input#search').watermark('search...'); </script>
Possible Duplicate: How to remove border around text/input boxes? (Chrome) Is there a way
Chrome v4 supports the placeholder attribute on input[type=text] elements (others probably do too). However,
For <input type=text x-webkit-speech speech /> apparently , Google Chrome sends voice data to
it seems like firefox and chrome default text inputs to center within a fieldset
When using a form with many text input, WebKit/Safari/Google Chrome submits the form when
I have an input form, nested within a div, defined like this: <div class=login-input>
I have a page, test.php, with the following code: <html> <body> <form> <script type=text/javascript>
In Google Chrome when using placeholder in an text input with the height of
I have following textbox in my first HTML page: <input tabindex=4 type=text class=search_textbox roundedCorners

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.