[CLOSED] Change acordeon icons

  1. #1

    [CLOSED] Change acordeon icons

    *Hi,

    Now the icons for expand or contract the panels of the acordeon are like this:





    But it would be better if them were like this:






    Is it posible to change them?

    Where can I change them?


    Thanks!

  2. #2

    RE: [CLOSED] Change acordeon icons

    Hi,

    Try this css overriding styles
     <style type="text/css">
            .x-accordion-hd .x-tool-toggle {
                background-position:0 -210px;
            }
            .x-accordion-hd .x-tool-toggle-over {
                background-position:-15px -210px;
            }
            .x-panel-collapsed .x-accordion-hd .x-tool-toggle {
                background-position:0 -195px;
            }
            .x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
                background-position:-15px -195px;
            }
        </style>

Similar Threads

  1. [CLOSED] icons
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 16, 2012, 6:46 PM
  2. [CLOSED] Icons Not Showing
    By chris.salas in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 28, 2011, 10:34 AM
  3. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM
  4. [CLOSED] Custom icons
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 03, 2009, 7:10 AM
  5. Replies: 0
    Last Post: Apr 03, 2009, 5:47 AM

Posting Permissions