[CLOSED] The disabled text field looks very light in IE.

  1. #1

    [CLOSED] The disabled text field looks very light in IE.

    The disabled text field looks very light in IE. I did over ride the class increasing the opacity and the font color. It worked in firefox but has no effect in IE.
    Attached Thumbnails Click image for larger version. 

Name:	light.PNG 
Views:	15 
Size:	8.2 KB 
ID:	17581  
    Last edited by Daniil; Dec 31, 2014 at 2:58 PM. Reason: [CLOSED]
  2. #2
    Hi @arjunrvasisht,

    I can suggest this solution.

    Example
    <%@ Page Language="C#" %>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>Ext.NET v2 Example</title>
    
        <style>
            .x-item-disabled.my-field .x-form-field {
                opacity: 0.7;
            }
        </style>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
    
            <ext:TextField runat="server" Text="Some Text" Disabled="true" Cls="my-field" />
        </form>
    </body>
    </html>

Similar Threads

  1. [CLOSED] [#488] [#499] Can't create a Field with mask Disabled
    By RCN in forum 2.x Legacy Premium Help
    Replies: 19
    Last Post: Jun 18, 2014, 6:23 PM
  2. [CLOSED] Disabled text fields
    By CanopiusApplications in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 29, 2014, 11:00 AM
  3. Replies: 2
    Last Post: Nov 09, 2012, 3:23 PM
  4. Replies: 0
    Last Post: Jul 26, 2010, 9:09 AM
  5. Coolite: THE SPEED OF LIGHT!
    By reinout.mechant@imprss.be in forum Open Discussions
    Replies: 6
    Last Post: Mar 18, 2009, 1:34 PM

Tags for this Thread

Posting Permissions