[CLOSED] CSS: How I can use .ext-ie, .ext-gecko, .ext-chrome, etc. in my Css files?

  1. #1

    [CLOSED] CSS: How I can use .ext-ie, .ext-gecko, .ext-chrome, etc. in my Css files?

    Hi!

    I wish use a diferent styles for browsers!

    I'm trying use the .ext-ie, ext-gecko, in my css file, but don´t work... How I can do this?

            .horizontal-menu .x-menu-item-link {
                line-height: normal;
                padding: 6px 2px 3px 6px;
            }
           
            .ext-ie .horizontal-menu .x-menu-item-link {
                background-color: #BCD2EE;
            }
            
            .ext-gecko .horizontal-menu .x-menu-item-link {
                background-color: #FFF2EE;
            }
    Last edited by Daniil; May 08, 2012 at 1:40 PM. Reason: [CLOSED]
  2. #2
    For v2 it is need to use 'x' prefix instead 'ext'
    .x-ie
    .x-gecko
  3. #3
    Hi Vladimir!

    Works fine!

    Thanks a lot.

Similar Threads

  1. [CLOSED] Upload files
    By Marcelo in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 20, 2012, 9:54 PM
  2. [CLOSED] Using CDN for Ext.Net static files
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 22
    Last Post: Jul 28, 2011, 7:42 PM
  3. [CLOSED] Combine script files
    By aabramov in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 05, 2011, 5:31 PM
  4. [CLOSED] Uploading files
    By r_honey in forum 1.x Legacy Premium Help
    Replies: 27
    Last Post: Aug 04, 2010, 6:20 PM
  5. [CLOSED] which control to use to load .swf files?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 22, 2010, 12:27 PM

Posting Permissions