-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Yesterday I downloaded all themes. This was first time I use themes. For these particular schemes I have entered the CSS Scope as:
- "start"
- "Trontastic"
- "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;
}