Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switched icon positioning for calendar and calculator in framework | Scott Jehl | 2008-12-23 | 1 | -2/+2 |
| | |||||
* | .ui-state-focus wasn't getting icon color styles. fixed! | Scott Jehl | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | added tokens for background positioning and repeat to all themeable ↵ | Scott Jehl | 2008-12-20 | 1 | -9/+9 |
| | | | | backgrounds. Allows for easier addition of new textures | ||||
* | - removed all !important flags. Replaced with additional selectors. | Scott Jehl | 2008-12-16 | 1 | -12/+12 |
| | | | | | - added .ui-state-focus class. Matches appearance of ui-state-hover in framework. | ||||
* | - removed pseudo classes for focus (widgets manipulate classes for states ↵ | Scott Jehl | 2008-12-15 | 1 | -7/+7 |
| | | | | | | instead) - brought back a few !important flags to make sure some selectors take priority in certain situations. | ||||
* | - removed broad active outline reset | Scott Jehl | 2008-12-15 | 1 | -9/+8 |
| | | | | - removed a few !important styles on text and bg colors. Kept them for active state so active takes precedent over hover styles when both classes are applied. | ||||
* | - removed :active outlines | Scott Jehl | 2008-12-14 | 1 | -2/+3 |
| | | | | - set :focus pseudo to match hover state | ||||
* | - changed defaults for shadow to be smaller and a tad darker | Scott Jehl | 2008-12-12 | 1 | -1/+1 |
| | |||||
* | added additional rules for setting font family and font size on form ↵ | Scott Jehl | 2008-12-12 | 1 | -0/+1 |
| | | | | elements within ui-widget. Win browsers don't inherit properly otherwise. | ||||
* | - Moved several static css rules from theme to core | Scott Jehl | 2008-12-11 | 1 | -4/+4 |
| | | | | - Tokenized overlay and shadow styles for TR integration | ||||
* | - added overlay.html static demo to demonstrate the positionTo iframefix + ↵ | Scott Jehl | 2008-12-11 | 1 | -2/+7 |
| | | | | | | | | | | shadow markup. It's actually not static, but a js demo with our markup recommendations, since we found it easier to communicate our recommendation that way. - edited ui-widget-overlay and ui-widget-shadow in theme.css - added ui-helper-zfix to core.css for iframe fix needs Comment tokens and TR levers for the overlay classes will be added tomorrow. | ||||
* | changed ui-widget-overlay to a background with opacity (not yet lever driven) | Scott Jehl | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | fixed icon placement in IE6 | Maggie Costello Wachs | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | ui.core.css is now just core css helper dependencies | Scott Jehl | 2008-12-10 | 1 | -0/+232 |
added ui.theme.css - contains a themed set of TR classes with token comments (needs to be documented) ui.all.css now imports core, theme, and allplugins |