Skip to content

Themes: Start, Trontastic, Vader #569

@ferda-mravenec

Description

@ferda-mravenec

Yesterday I downloaded all themes. This was first time I use themes. For these particular schemes I have entered the CSS Scope as:

  1. "start"
  2. "Trontastic"
  3. "Vader"
    I have also downloaded the rest of themes. Today I have corrected the generated .css files to its correct scope name as section.start, section.trontastic and section.Vader.

Now because this was made automaticly, I got incorrect results number. So I have made regex to find that odds in files.

Lets start with: jquery-ui.css
#214-215:
/* no icon support for input elements */
inputstart .ui-button.ui-button-icon-only {
text-indent: 0;
}

#247-251
inputstart .ui-button::-moz-focus-inner,
buttonstart .ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
What is the inpustart and buttonstart tags?

For more mistakes seek for these words:
astart
a:linkstart
a:visitedstart
etc.

trontastic and vader has the sameproblems like "inputtrontastic"

Now I have downloaded the start them again this time with "section.start" scope

It's still like:
/* no icon support for input elements */
inputstart .ui-button.ui-button-icon-only {
text-indent: 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions