|
32 | 32 | /* Icons |
33 | 33 | ----------------------------------*/ |
34 | 34 |
|
35 | | -/* states and images */ |
| 35 | +/* states and ../images */ |
36 | 36 | .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
37 | 37 |
|
38 | 38 |
|
|
61 | 61 | .ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; } |
62 | 62 | .ui-widget .ui-widget { font-size: 1em; } |
63 | 63 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; } |
64 | | -.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; } |
| 64 | +.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; } |
65 | 65 | .ui-widget-content a { color: #333333; } |
66 | | -.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; } |
| 66 | +.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; } |
67 | 67 | .ui-widget-header a { color: #ffffff; } |
68 | 68 |
|
69 | 69 | /* Interaction states |
70 | 70 | ----------------------------------*/ |
71 | | -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; } |
| 71 | +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; } |
72 | 72 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; } |
73 | | -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; } |
| 73 | +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; } |
74 | 74 | .ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; } |
75 | | -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; } |
| 75 | +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; } |
76 | 76 | .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; } |
77 | 77 | .ui-widget :active { outline: none; } |
78 | 78 |
|
79 | 79 | /* Interaction Cues |
80 | 80 | ----------------------------------*/ |
81 | | -.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; } |
| 81 | +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; } |
82 | 82 | .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } |
83 | | -.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; } |
| 83 | +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; } |
84 | 84 | .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } |
85 | 85 | .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } |
86 | 86 | .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
|
90 | 90 | /* Icons |
91 | 91 | ----------------------------------*/ |
92 | 92 |
|
93 | | -/* states and images */ |
94 | | -.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } |
95 | | -.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } |
96 | | -.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } |
97 | | -.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); } |
98 | | -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } |
99 | | -.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } |
100 | | -.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); } |
101 | | -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); } |
| 93 | +/* states and ../images */ |
| 94 | +.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); } |
| 95 | +.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); } |
| 96 | +.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_ffffff_256x240.png); } |
| 97 | +.ui-state-default .ui-icon { background-image: url(../images/ui-icons_ef8c08_256x240.png); } |
| 98 | +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_ef8c08_256x240.png); } |
| 99 | +.ui-state-active .ui-icon {background-image: url(../images/ui-icons_ef8c08_256x240.png); } |
| 100 | +.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_228ef1_256x240.png); } |
| 101 | +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_ffd27a_256x240.png); } |
102 | 102 |
|
103 | 103 | /* positioning */ |
104 | 104 | .ui-icon-carat-1-n { background-position: 0 0; } |
|
0 commit comments