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 6057905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:32:23+00:00 2026-05-23T08:32:23+00:00

I am trying to style my jQuery Mobile Form inputs & textareas. Right now

  • 0

I am trying to style my jQuery Mobile Form inputs & textareas.

Right now they come custom like this:

http://jquerymobile.com/demos/1.0b1/#/demos/1.0b1/docs/forms/forms-text.html

HI want to style them myself with no rounded edges. I have solved this by adding a new style sheet and adding:

input {
width:100%;
height: 40px;
border: 0px !important;
border-bottom: 1px solid !important;
border-bottom-color: #ccc !important;
-moz-border-radius: 0px !important;
-khtml-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;}

#overheard textarea {
width:100%;
height: 100px !important;
border: 0px !important;
-moz-border-radius: 0px !important;
-khtml-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;}

However there are a couple of things I can’t figure out:

  1. On the textarea I can’t get rid of the inner shadow.
  2. On both textarea and input when I click on on a field there is an outside shadow that comes up. I can’t find where in the jQuery Mobile css or .js this is coming from. Any ideas?
  • 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-23T08:32:23+00:00Added an answer on May 23, 2026 at 8:32 am

    The inner shadow appears to be a -webkit-box-shadow (for WebKit at least) that comes from .ui-shadow-inset. The outer “shadow” is almost certainly the outline property; the outline generally comes from the browser’s default stylesheet. Setting both of those to none:

    -webkit-box-shadow: none;
    outline: none;
    

    Gets rid of both effects for me. You’ll need to port the -webkit-box-shadow to the other browsers you care about but you can look at .ui-shadow-inset to see what you need to negate.

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

Sidebar

Related Questions

I'm using PhoneGap and JQuery Mobile. I'm trying to use custom button icons. I
I am trying to build a JQuery Mobile application. I want this application to
JQuery Mobile is making my cry tonight. I'm trying to build custom controls so
I'm trying to display a list of labels and inputs using JQuery Mobile so
I am trying to create a combobox style widget (jquery-ui compatible) andcurrently I am
I'm trying to get the principles of doing jQuery-style function chaining straight in my
I have a jQuery based accordion style navigation that I am trying to modify.
I am trying to style some form labels by selecting them with their 'for'
I'm trying to style a custom menu within drupal. I've sucessfully styled to display
I'm trying to style Comboboxes in WPF so that they are white, and have

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.