[FIXED] [#1398] [4.1.0]Invalid CSS in classic theme

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [#1398] [4.1.0]Invalid CSS in classic theme

    Hi,
    I found some problems in the classic theme css:

    • in this case the url quotes are inside a "content:" and the string is invalid
      .x-cmd-slicer.x-progress-bar-default:before{display:none;content:"x-slicer:, bg:url("http://localhost:2265/extjs/packages/theme_classic/build/resources/images/progress/progress-default-bg-gif/ext.axd"), stretch:bottom" !important}
    • in this snippet there is the invalid char '&', which I think is a missing expansion from SASS sources
      &.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-icon{color:gray;transition:color 0.5s}&.x-treelist-highlight-path .x-treelist-item-over > * > .x-treelist-item-text{color:#000;transition:color 0.5s}&.x-treelist-highlight-path
      this seems present in the original files form extjs


    I'm using RequestReduce that internally uses AjaxMin. The first problem is more serious, as it completely breaks the theme. At the moment i circumvented it modifying RequestReduce sources with a regex to substitute url(" ") with url(' ').
    Last edited by fabricio.murta; Jan 15, 2017 at 1:59 AM.

Similar Threads

  1. Replies: 1
    Last Post: Mar 04, 2015, 7:04 PM
  2. Replies: 0
    Last Post: Mar 06, 2014, 4:20 AM
  3. [CLOSED] [#107] Problem with Slate Theme
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 29, 2012, 8:08 AM
  4. [CLOSED] Slate Theme - Invalid web resource request error
    By vali1993 in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Oct 20, 2011, 11:30 AM
  5. [OPEN] Invalid Label Error
    By josmar52789 in forum Bugs
    Replies: 5
    Last Post: Jan 14, 2009, 12:53 PM

Tags for this Thread

Posting Permissions