aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/ui.theme.css
Commit message (Collapse)AuthorAgeFilesLines
* switched icon positioning for calendar and calculator in frameworkScott Jehl2008-12-231-2/+2
|
* .ui-state-focus wasn't getting icon color styles. fixed!Scott Jehl2008-12-231-1/+1
|
* added tokens for background positioning and repeat to all themeable ↵Scott Jehl2008-12-201-9/+9
| | | | backgrounds. Allows for easier addition of new textures
* - removed all !important flags. Replaced with additional selectors.Scott Jehl2008-12-161-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 Jehl2008-12-151-7/+7
| | | | | | instead) - brought back a few !important flags to make sure some selectors take priority in certain situations.
* - removed broad active outline resetScott Jehl2008-12-151-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 outlinesScott Jehl2008-12-141-2/+3
| | | | - set :focus pseudo to match hover state
* - changed defaults for shadow to be smaller and a tad darkerScott Jehl2008-12-121-1/+1
|
* added additional rules for setting font family and font size on form ↵Scott Jehl2008-12-121-0/+1
| | | | elements within ui-widget. Win browsers don't inherit properly otherwise.
* - Moved several static css rules from theme to coreScott Jehl2008-12-111-4/+4
| | | | - Tokenized overlay and shadow styles for TR integration
* - added overlay.html static demo to demonstrate the positionTo iframefix + ↵Scott Jehl2008-12-111-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 Jehl2008-12-101-1/+1
|
* fixed icon placement in IE6Maggie Costello Wachs2008-12-101-1/+1
|
* ui.core.css is now just core css helper dependenciesScott Jehl2008-12-101-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