[CLOSED] Combobox Field Background Color

  1. #1

    [CLOSED] Combobox Field Background Color

    I am trying to change the background color of the text field for a combobox to a different color. I tried the attribute

    FieldStyle="background-color: #FFFFBB"
    The color shows, but then gets set back to white immediately.
    Last edited by Daniil; May 04, 2012 at 11:36 PM. Reason: [CLOSED]
  2. #2
    HI cwolcott, i have the same problem and resolve type this (if that's what you wanted to get):

    <ext:ComboBox ID="ComboBox1" runat="server"  FieldStyle="background: #FFFFBB">
    Thanks
    Aurelio
  3. #3
    Hi all,

    Yes, the following
    FieldStyle="background-color: #FFFFBB"
    doesn't override the "background-image" CSS rule.

    The Aurelio's suggestion is the one of possible solutions.

    Another one is:
    FieldStyle="background-color: red; background-image: none;"
  4. #4
    That works. Please close the thread.

Similar Threads

  1. [CLOSED] How to set Panel background color?
    By wagger in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 14, 2011, 6:17 PM
  2. [CLOSED] Background color toolbar
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 14, 2011, 11:33 AM
  3. [CLOSED] [1.0] gridpanel set row's background-color
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 10, 2010, 12:37 PM
  4. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM
  5. Change Tab background color or background image
    By georgelanes in forum 1.x Help
    Replies: 0
    Last Post: Nov 06, 2008, 3:55 PM

Posting Permissions