Toolbar Separator Image not showing for Gray Theme

  1. #1

    Toolbar Separator Image not showing for Gray Theme

    The ToolBarSeparator css is incorrect when using the Gray theme. The xtheme-gray-embedded.css has the following style generated:

    .x-toolbar .xtb-sep {
        background-image: url("<%=WebResource("Ext.Net.Build.Ext.Net..ext.resources.images.default.grid.grid-split.gif")%>");
    }
    That is not the correct, it should be:

    .x-toolbar .xtb-sep {
        background-image: url("<%=WebResource("Ext.Net.Build.Ext.Net.extjs.resources.images.default.grid-split.gif")%>");
    }
    The xtheme-gray-embedded.css is generated during the build process and I do not know how to fix the build process.

    Thanks!

  2. #2

    RE: Toolbar Separator Image not showing for Gray Theme

    Confirmed.

    Investigating cause and fixing...


    Thanks for pointing out the defect.


    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Spinner Field in gray and default theme
    By softmachine2011 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 01, 2012, 4:09 PM
  2. Problem with the gray theme
    By plykkegaard in forum 2.x Help
    Replies: 0
    Last Post: Apr 26, 2012, 7:24 AM
  3. Replies: 1
    Last Post: Aug 25, 2010, 8:24 PM
  4. [CLOSED] [1.0] Gray Theme
    By ljankowski in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 11, 2010, 2:21 PM
  5. [CLOSED] [1.0] Theme Gray is now different as of last SVN?
    By bsnezw in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 02, 2010, 7:02 PM

Posting Permissions