-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Theme #1384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Theme #1384
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
6f9a6f9
Theme: Tweaked the default theme
jaspermdegroot 7efaa39
Demos: Use same font-family for demos
jaspermdegroot 6e7b527
Theme: Removed unused images
jaspermdegroot 44584e8
Theme: Restored comments for the ThemeRoller
jaspermdegroot 2495249
Theme: Lighter box-shadow for tooltip
jaspermdegroot 3f8e457
Theme: Changed highlight and error styles
jaspermdegroot 4c3013a
Theme: Changed default and hover interaction states font color
jaspermdegroot 1a10f10
Theme: Changed icon colors
jaspermdegroot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
/* Component containers | ||
----------------------------------*/ | ||
.ui-widget { | ||
font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; | ||
font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/; | ||
font-size: 1em/*{fsDefault}*/; | ||
} | ||
.ui-widget .ui-widget { | ||
|
@@ -25,41 +25,41 @@ | |
.ui-widget select, | ||
.ui-widget textarea, | ||
.ui-widget button { | ||
font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; | ||
font-family: Arial, Helvetica, sans-serif/*{ffDefault}*//*{ffDefault}*/; | ||
font-size: 1em; | ||
} | ||
.ui-widget-content { | ||
border: 1px solid #aaaaaa/*{borderColorContent}*/; | ||
background: #ffffff/*{bgColorContent}*/ url("images/ui-bg_flat_75_ffffff_40x100.png")/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; | ||
color: #222222/*{fcContent}*/; | ||
border: 1px solid #dddddd/*{borderColorContent}*/; | ||
background: #ffffff/*{bgColorContent}*/; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This just removed a ton of settings from TR. |
||
color: #333333/*{fcContent}*/; | ||
} | ||
.ui-widget-content a { | ||
color: #222222/*{fcContent}*/; | ||
color: #333333/*{fcContent}*/; | ||
} | ||
.ui-widget-header { | ||
border: 1px solid #aaaaaa/*{borderColorHeader}*/; | ||
background: #cccccc/*{bgColorHeader}*/ url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; | ||
color: #222222/*{fcHeader}*/; | ||
border: 1px solid #dddddd/*{borderColorHeader}*/; | ||
background: #e9e9e9/*{bgColorHeader}*/; | ||
color: #333333/*{fcHeader}*/; | ||
font-weight: bold; | ||
} | ||
.ui-widget-header a { | ||
color: #222222/*{fcHeader}*/; | ||
color: #333333/*{fcHeader}*/; | ||
} | ||
|
||
/* Interaction states | ||
----------------------------------*/ | ||
.ui-state-default, | ||
.ui-widget-content .ui-state-default, | ||
.ui-widget-header .ui-state-default { | ||
border: 1px solid #d3d3d3/*{borderColorDefault}*/; | ||
background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; | ||
border: 1px solid #c5c5c5/*{borderColorDefault}*/; | ||
background: #f6f6f6/*{bgColorDefault}*/; | ||
font-weight: normal/*{fwDefault}*/; | ||
color: #555555/*{fcDefault}*/; | ||
color: #333333/*{fcDefault}*/; | ||
} | ||
.ui-state-default a, | ||
.ui-state-default a:link, | ||
.ui-state-default a:visited { | ||
color: #555555/*{fcDefault}*/; | ||
color: #333333/*{fcDefault}*/; | ||
text-decoration: none; | ||
} | ||
.ui-state-hover, | ||
|
@@ -68,10 +68,10 @@ | |
.ui-state-focus, | ||
.ui-widget-content .ui-state-focus, | ||
.ui-widget-header .ui-state-focus { | ||
border: 1px solid #999999/*{borderColorHover}*/; | ||
background: #dadada/*{bgColorHover}*/ url("images/ui-bg_glass_75_dadada_1x400.png")/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; | ||
border: 1px solid #cccccc/*{borderColorHover}*/; | ||
background: #ededed/*{bgColorHover}*/; | ||
font-weight: normal/*{fwDefault}*/; | ||
color: #212121/*{fcHover}*/; | ||
color: #333333/*{fcHover}*/; | ||
} | ||
.ui-state-hover a, | ||
.ui-state-hover a:hover, | ||
|
@@ -81,21 +81,21 @@ | |
.ui-state-focus a:hover, | ||
.ui-state-focus a:link, | ||
.ui-state-focus a:visited { | ||
color: #212121/*{fcHover}*/; | ||
color: #333333/*{fcHover}*/; | ||
text-decoration: none; | ||
} | ||
.ui-state-active, | ||
.ui-widget-content .ui-state-active, | ||
.ui-widget-header .ui-state-active { | ||
border: 1px solid #aaaaaa/*{borderColorActive}*/; | ||
background: #ffffff/*{bgColorActive}*/ url("images/ui-bg_glass_65_ffffff_1x400.png")/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; | ||
border: 1px solid #003eff/*{borderColorActive}*/; | ||
background: #007fff/*{bgColorActive}*/; | ||
font-weight: normal/*{fwDefault}*/; | ||
color: #212121/*{fcActive}*/; | ||
color: #ffffff/*{fcActive}*/; | ||
} | ||
.ui-state-active a, | ||
.ui-state-active a:link, | ||
.ui-state-active a:visited { | ||
color: #212121/*{fcActive}*/; | ||
color: #ffffff/*{fcActive}*/; | ||
text-decoration: none; | ||
} | ||
|
||
|
@@ -104,8 +104,8 @@ | |
.ui-state-highlight, | ||
.ui-widget-content .ui-state-highlight, | ||
.ui-widget-header .ui-state-highlight { | ||
border: 1px solid #fcefa1/*{borderColorHighlight}*/; | ||
background: #fbf9ee/*{bgColorHighlight}*/ url("images/ui-bg_glass_55_fbf9ee_1x400.png")/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; | ||
border: 1px solid #aede00/*{borderColorHighlight}*/; | ||
background: #cdfd34/*{bgColorHighlight}*/; | ||
color: #363636/*{fcHighlight}*/; | ||
} | ||
.ui-state-highlight a, | ||
|
@@ -117,7 +117,7 @@ | |
.ui-widget-content .ui-state-error, | ||
.ui-widget-header .ui-state-error { | ||
border: 1px solid #cd0a0a/*{borderColorError}*/; | ||
background: #fef1ec/*{bgColorError}*/ url("images/ui-bg_glass_95_fef1ec_1x400.png")/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; | ||
background: #ff9999/*{bgColorError}*/; | ||
color: #cd0a0a/*{fcError}*/; | ||
} | ||
.ui-state-error a, | ||
|
@@ -373,25 +373,25 @@ | |
.ui-corner-top, | ||
.ui-corner-left, | ||
.ui-corner-tl { | ||
border-top-left-radius: 4px/*{cornerRadius}*/; | ||
border-top-left-radius: 3px/*{cornerRadius}*/; | ||
} | ||
.ui-corner-all, | ||
.ui-corner-top, | ||
.ui-corner-right, | ||
.ui-corner-tr { | ||
border-top-right-radius: 4px/*{cornerRadius}*/; | ||
border-top-right-radius: 3px/*{cornerRadius}*/; | ||
} | ||
.ui-corner-all, | ||
.ui-corner-bottom, | ||
.ui-corner-left, | ||
.ui-corner-bl { | ||
border-bottom-left-radius: 4px/*{cornerRadius}*/; | ||
border-bottom-left-radius: 3px/*{cornerRadius}*/; | ||
} | ||
.ui-corner-all, | ||
.ui-corner-bottom, | ||
.ui-corner-right, | ||
.ui-corner-br { | ||
border-bottom-right-radius: 4px/*{cornerRadius}*/; | ||
border-bottom-right-radius: 3px/*{cornerRadius}*/; | ||
} | ||
|
||
/* Overlays */ | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will break TR. Spaces are not allowed in values.