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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T08:35:58+00:00 2026-05-11T08:35:58+00:00

I have a style sheet in my Flex Application, referenced as: <mx:Style source=/assets/stylesheets/default.css />

  • 0

I have a style sheet in my Flex Application, referenced as:

<mx:Style source='/assets/stylesheets/default.css' /> 

In this style sheet, I set dropShadowEnabled to true gloablly:

global {     fontSize: 11pt;     dropShadowEnabled: true;     verticalAlign: 'middle'; } 

This gives a drop shadow to many components, including all TextInputs.

However, I have a Title Window component that displays an editable ComboBox and I don’t want that Text Input to have a drop shadow. I can’t get it to go away however. I’ve tried the following:

Creating a CSS class selector…

<mx:ComboBox editable='true' dataProvider='{nameOptions}' textInputStyleName='noDropShadow' /> 

…in the default CSS:

.noDropShadow {     dropShadowEnabled: false; } 

…in the Title Window:

<mx:Style>     .noDropShadow {         dropShadowEnabled: false;     } </mx:Style> 

…also:

<mx:Style>     TextInput.noDropShadow {         dropShadowEnabled: false;     } </mx:Style> 

None of these removed the drop shadow. What am I missing here?

  • 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. 2026-05-11T08:35:59+00:00Added an answer on May 11, 2026 at 8:35 am

    One solution would be to remove ‘dropShadowEnabled: true;’ from the global style and put it only on the items you specifically want drop shadow.

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

Sidebar

Related Questions

I have one CSS style sheet with rules like this: h1, h2, h3, h4,
I have a reset.css style sheet that looks like this, HTML * { margin:
I have a link to some style sheet from the Yahoo Developer Network, this
I'm editing a CSS style sheet in Eclipse and I constantly have to copy
I have this code on a style sheet I'm using: blockquote blockquote { margin:
I have a style sheet file which imports three other css files: <link rel=stylesheet
I have a style sheet like this <?xml version=1.0 encoding=utf-8?> <xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform> <xsl:param
I have an external style sheet with this in it: .box { padding-left:30px; background-color:
Hi i have a css style sheet which works fine untill you shrink the
I have a Flex mobile project with two different style sheets: theme1.css (Contains all

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.