| @@ -1,9 +1,9 @@ | ||
| 1 | -/*! jQuery UI - v1.11.4 - 2015-03-11 | |
| 1 | +/*! jQuery UI - v1.12.1 - 2016-09-14 | |
| 2 | 2 | * http://jqueryui.com |
| 3 | -* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css | |
| 4 | -* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px | |
| 5 | -* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */ | |
| 3 | +* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css | |
| 4 | +* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6 | |
| 5 | +* Copyright jQuery Foundation and other contributors; Licensed MIT */ | |
| 6 | 6 | |
| 7 | 7 | /* Layout helpers |
| 8 | 8 | ----------------------------------*/ |
| 9 | 9 | .ui-helper-hidden { |
| @@ -37,11 +37,8 @@ | ||
| 37 | 37 | } |
| 38 | 38 | .ui-helper-clearfix:after { |
| 39 | 39 | clear: both; |
| 40 | 40 | } |
| 41 | -.ui-helper-clearfix { | |
| 42 | - min-height: 0; /* support: IE7 */ | |
| 43 | -} | |
| 44 | 41 | .ui-helper-zfix { |
| 45 | 42 | width: 100%; |
| 46 | 43 | height: 100%; |
| 47 | 44 | top: 0; |
| @@ -59,22 +56,29 @@ | ||
| 59 | 56 | /* Interaction Cues |
| 60 | 57 | ----------------------------------*/ |
| 61 | 58 | .ui-state-disabled { |
| 62 | 59 | cursor: default !important; |
| 60 | + pointer-events: none; | |
| 63 | 61 | } |
| 64 | 62 | |
| 65 | 63 | |
| 66 | 64 | /* Icons |
| 67 | 65 | ----------------------------------*/ |
| 68 | - | |
| 69 | -/* states and images */ | |
| 70 | 66 | .ui-icon { |
| 71 | - display: block; | |
| 67 | + display: inline-block; | |
| 68 | + vertical-align: middle; | |
| 69 | + margin-top: -.25em; | |
| 70 | + position: relative; | |
| 72 | 71 | text-indent: -99999px; |
| 73 | 72 | overflow: hidden; |
| 74 | 73 | background-repeat: no-repeat; |
| 75 | 74 | } |
| 76 | 75 | |
| 76 | +.ui-widget-icon-block { | |
| 77 | + left: 50%; | |
| 78 | + margin-left: -8px; | |
| 79 | + display: block; | |
| 80 | +} | |
| 77 | 81 | |
| 78 | 82 | /* Misc visuals |
| 79 | 83 | ----------------------------------*/ |
| 80 | 84 | |
| @@ -91,23 +95,10 @@ | ||
| 91 | 95 | cursor: pointer; |
| 92 | 96 | position: relative; |
| 93 | 97 | margin: 2px 0 0 0; |
| 94 | 98 | padding: .5em .5em .5em .7em; |
| 95 | - min-height: 0; /* support: IE7 */ | |
| 96 | 99 | font-size: 100%; |
| 97 | 100 | } |
| 98 | -.ui-accordion .ui-accordion-icons { | |
| 99 | - padding-left: 2.2em; | |
| 100 | -} | |
| 101 | -.ui-accordion .ui-accordion-icons .ui-accordion-icons { | |
| 102 | - padding-left: 2.2em; | |
| 103 | -} | |
| 104 | -.ui-accordion .ui-accordion-header .ui-accordion-header-icon { | |
| 105 | - position: absolute; | |
| 106 | - left: .5em; | |
| 107 | - top: 50%; | |
| 108 | - margin-top: -8px; | |
| 109 | -} | |
| 110 | 101 | .ui-accordion .ui-accordion-content { |
| 111 | 102 | padding: 1em 2.2em; |
| 112 | 103 | border-top: 0; |
| 113 | 104 | overflow: auto; |
| @@ -117,19 +108,80 @@ | ||
| 117 | 108 | top: 0; |
| 118 | 109 | left: 0; |
| 119 | 110 | cursor: default; |
| 120 | 111 | } |
| 112 | +.ui-menu { | |
| 113 | + list-style: none; | |
| 114 | + padding: 0; | |
| 115 | + margin: 0; | |
| 116 | + display: block; | |
| 117 | + outline: 0; | |
| 118 | +} | |
| 119 | +.ui-menu .ui-menu { | |
| 120 | + position: absolute; | |
| 121 | +} | |
| 122 | +.ui-menu .ui-menu-item { | |
| 123 | + margin: 0; | |
| 124 | + cursor: pointer; | |
| 125 | + /* support: IE10, see #8844 */ | |
| 126 | + list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); | |
| 127 | +} | |
| 128 | +.ui-menu .ui-menu-item-wrapper { | |
| 129 | + position: relative; | |
| 130 | + padding: 3px 1em 3px .4em; | |
| 131 | +} | |
| 132 | +.ui-menu .ui-menu-divider { | |
| 133 | + margin: 5px 0; | |
| 134 | + height: 0; | |
| 135 | + font-size: 0; | |
| 136 | + line-height: 0; | |
| 137 | + border-width: 1px 0 0 0; | |
| 138 | +} | |
| 139 | +.ui-menu .ui-state-focus, | |
| 140 | +.ui-menu .ui-state-active { | |
| 141 | + margin: -1px; | |
| 142 | +} | |
| 143 | + | |
| 144 | +/* icon support */ | |
| 145 | +.ui-menu-icons { | |
| 146 | + position: relative; | |
| 147 | +} | |
| 148 | +.ui-menu-icons .ui-menu-item-wrapper { | |
| 149 | + padding-left: 2em; | |
| 150 | +} | |
| 151 | + | |
| 152 | +/* left-aligned */ | |
| 153 | +.ui-menu .ui-icon { | |
| 154 | + position: absolute; | |
| 155 | + top: 0; | |
| 156 | + bottom: 0; | |
| 157 | + left: .2em; | |
| 158 | + margin: auto 0; | |
| 159 | +} | |
| 160 | + | |
| 161 | +/* right-aligned */ | |
| 162 | +.ui-menu .ui-menu-icon { | |
| 163 | + left: auto; | |
| 164 | + right: 0; | |
| 165 | +} | |
| 121 | 166 | .ui-button { |
| 167 | + padding: .4em 1em; | |
| 122 | 168 | display: inline-block; |
| 123 | 169 | position: relative; |
| 124 | - padding: 0; | |
| 125 | 170 | line-height: normal; |
| 126 | 171 | margin-right: .1em; |
| 127 | 172 | cursor: pointer; |
| 128 | 173 | vertical-align: middle; |
| 129 | 174 | text-align: center; |
| 130 | - overflow: visible; /* removes extra width in IE */ | |
| 175 | + -webkit-user-select: none; | |
| 176 | + -moz-user-select: none; | |
| 177 | + -ms-user-select: none; | |
| 178 | + user-select: none; | |
| 179 | + | |
| 180 | + /* Support: IE <= 11 */ | |
| 181 | + overflow: visible; | |
| 131 | 182 | } |
| 183 | + | |
| 132 | 184 | .ui-button, |
| 133 | 185 | .ui-button:link, |
| 134 | 186 | .ui-button:visited, |
| 135 | 187 | .ui-button:hover, |
| @@ -135,94 +187,132 @@ | ||
| 135 | 187 | .ui-button:hover, |
| 136 | 188 | .ui-button:active { |
| 137 | 189 | text-decoration: none; |
| 138 | 190 | } |
| 191 | + | |
| 139 | 192 | /* to make room for the icon, a width needs to be set here */ |
| 140 | 193 | .ui-button-icon-only { |
| 141 | - width: 2.2em; | |
| 194 | + width: 2em; | |
| 195 | + box-sizing: border-box; | |
| 196 | + text-indent: -9999px; | |
| 197 | + white-space: nowrap; | |
| 142 | 198 | } |
| 143 | -/* button elements seem to need a little more width */ | |
| 144 | -button.ui-button-icon-only { | |
| 145 | - width: 2.4em; | |
| 199 | + | |
| 200 | +/* no icon support for input elements */ | |
| 201 | +input.ui-button.ui-button-icon-only { | |
| 202 | + text-indent: 0; | |
| 146 | 203 | } |
| 147 | -.ui-button-icons-only { | |
| 148 | - width: 3.4em; | |
| 204 | + | |
| 205 | +/* button icon element(s) */ | |
| 206 | +.ui-button-icon-only .ui-icon { | |
| 207 | + position: absolute; | |
| 208 | + top: 50%; | |
| 209 | + left: 50%; | |
| 210 | + margin-top: -8px; | |
| 211 | + margin-left: -8px; | |
| 149 | 212 | } |
| 150 | -button.ui-button-icons-only { | |
| 151 | - width: 3.7em; | |
| 213 | + | |
| 214 | +.ui-button.ui-icon-notext .ui-icon { | |
| 215 | + padding: 0; | |
| 216 | + width: 2.1em; | |
| 217 | + height: 2.1em; | |
| 218 | + text-indent: -9999px; | |
| 219 | + white-space: nowrap; | |
| 220 | + | |
| 152 | 221 | } |
| 153 | 222 | |
| 154 | -/* button text element */ | |
| 155 | -.ui-button .ui-button-text { | |
| 156 | - display: block; | |
| 157 | - line-height: normal; | |
| 223 | +input.ui-button.ui-icon-notext .ui-icon { | |
| 224 | + width: auto; | |
| 225 | + height: auto; | |
| 226 | + text-indent: 0; | |
| 227 | + white-space: normal; | |
| 228 | + padding: .4em 1em; | |
| 158 | 229 | } |
| 159 | -.ui-button-text-only .ui-button-text { | |
| 160 | - padding: .4em 1em; | |
| 230 | + | |
| 231 | +/* workarounds */ | |
| 232 | +/* Support: Firefox 5 - 40 */ | |
| 233 | +input.ui-button::-moz-focus-inner, | |
| 234 | +button.ui-button::-moz-focus-inner { | |
| 235 | + border: 0; | |
| 236 | + padding: 0; | |
| 161 | 237 | } |
| 162 | -.ui-button-icon-only .ui-button-text, | |
| 163 | -.ui-button-icons-only .ui-button-text { | |
| 164 | - padding: .4em; | |
| 165 | - text-indent: -9999999px; | |
| 238 | +.ui-controlgroup { | |
| 239 | + vertical-align: middle; | |
| 240 | + display: inline-block; | |
| 166 | 241 | } |
| 167 | -.ui-button-text-icon-primary .ui-button-text, | |
| 168 | -.ui-button-text-icons .ui-button-text { | |
| 169 | - padding: .4em 1em .4em 2.1em; | |
| 242 | +.ui-controlgroup > .ui-controlgroup-item { | |
| 243 | + float: left; | |
| 244 | + margin-left: 0; | |
| 245 | + margin-right: 0; | |
| 170 | 246 | } |
| 171 | -.ui-button-text-icon-secondary .ui-button-text, | |
| 172 | -.ui-button-text-icons .ui-button-text { | |
| 173 | - padding: .4em 2.1em .4em 1em; | |
| 247 | +.ui-controlgroup > .ui-controlgroup-item:focus, | |
| 248 | +.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { | |
| 249 | + z-index: 9999; | |
| 174 | 250 | } |
| 175 | -.ui-button-text-icons .ui-button-text { | |
| 176 | - padding-left: 2.1em; | |
| 177 | - padding-right: 2.1em; | |
| 251 | +.ui-controlgroup-vertical > .ui-controlgroup-item { | |
| 252 | + display: block; | |
| 253 | + float: none; | |
| 254 | + width: 100%; | |
| 255 | + margin-top: 0; | |
| 256 | + margin-bottom: 0; | |
| 257 | + text-align: left; | |
| 178 | 258 | } |
| 179 | -/* no icon support for input elements, provide padding by default */ | |
| 180 | -input.ui-button { | |
| 259 | +.ui-controlgroup-vertical .ui-controlgroup-item { | |
| 260 | + box-sizing: border-box; | |
| 261 | +} | |
| 262 | +.ui-controlgroup .ui-controlgroup-label { | |
| 181 | 263 | padding: .4em 1em; |
| 182 | 264 | } |
| 183 | - | |
| 184 | -/* button icon element(s) */ | |
| 185 | -.ui-button-icon-only .ui-icon, | |
| 186 | -.ui-button-text-icon-primary .ui-icon, | |
| 187 | -.ui-button-text-icon-secondary .ui-icon, | |
| 188 | -.ui-button-text-icons .ui-icon, | |
| 189 | -.ui-button-icons-only .ui-icon { | |
| 190 | - position: absolute; | |
| 191 | - top: 50%; | |
| 192 | - margin-top: -8px; | |
| 265 | +.ui-controlgroup .ui-controlgroup-label span { | |
| 266 | + font-size: 80%; | |
| 193 | 267 | } |
| 194 | -.ui-button-icon-only .ui-icon { | |
| 195 | - left: 50%; | |
| 196 | - margin-left: -8px; | |
| 268 | +.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { | |
| 269 | + border-left: none; | |
| 197 | 270 | } |
| 198 | -.ui-button-text-icon-primary .ui-button-icon-primary, | |
| 199 | -.ui-button-text-icons .ui-button-icon-primary, | |
| 200 | -.ui-button-icons-only .ui-button-icon-primary { | |
| 201 | - left: .5em; | |
| 271 | +.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { | |
| 272 | + border-top: none; | |
| 202 | 273 | } |
| 203 | -.ui-button-text-icon-secondary .ui-button-icon-secondary, | |
| 204 | -.ui-button-text-icons .ui-button-icon-secondary, | |
| 205 | -.ui-button-icons-only .ui-button-icon-secondary { | |
| 206 | - right: .5em; | |
| 274 | +.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { | |
| 275 | + border-right: none; | |
| 207 | 276 | } |
| 277 | +.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { | |
| 278 | + border-bottom: none; | |
| 279 | +} | |
| 208 | 280 | |
| 209 | -/* button sets */ | |
| 210 | -.ui-buttonset { | |
| 211 | - margin-right: 7px; | |
| 281 | +/* Spinner specific style fixes */ | |
| 282 | +.ui-controlgroup-vertical .ui-spinner-input { | |
| 283 | + | |
| 284 | + /* Support: IE8 only, Android < 4.4 only */ | |
| 285 | + width: 75%; | |
| 286 | + width: calc( 100% - 2.4em ); | |
| 212 | 287 | } |
| 213 | -.ui-buttonset .ui-button { | |
| 214 | - margin-left: 0; | |
| 215 | - margin-right: -.3em; | |
| 288 | +.ui-controlgroup-vertical .ui-spinner .ui-spinner-up { | |
| 289 | + border-top-style: solid; | |
| 216 | 290 | } |
| 217 | 291 | |
| 218 | -/* workarounds */ | |
| 219 | -/* reset extra padding in Firefox, see h5bp.com/l */ | |
| 220 | -input.ui-button::-moz-focus-inner, | |
| 221 | -button.ui-button::-moz-focus-inner { | |
| 222 | - border: 0; | |
| 223 | - padding: 0; | |
| 292 | +.ui-checkboxradio-label .ui-icon-background { | |
| 293 | + box-shadow: inset 1px 1px 1px #ccc; | |
| 294 | + border-radius: .12em; | |
| 295 | + border: none; | |
| 224 | 296 | } |
| 297 | +.ui-checkboxradio-radio-label .ui-icon-background { | |
| 298 | + width: 16px; | |
| 299 | + height: 16px; | |
| 300 | + border-radius: 1em; | |
| 301 | + overflow: visible; | |
| 302 | + border: none; | |
| 303 | +} | |
| 304 | +.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, | |
| 305 | +.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { | |
| 306 | + background-image: none; | |
| 307 | + width: 8px; | |
| 308 | + height: 8px; | |
| 309 | + border-width: 4px; | |
| 310 | + border-style: solid; | |
| 311 | +} | |
| 312 | +.ui-checkboxradio-disabled { | |
| 313 | + pointer-events: none; | |
| 314 | +} | |
| 225 | 315 | .ui-datepicker { |
| 226 | 316 | width: 17em; |
| 227 | 317 | padding: .2em .2em 0; |
| 228 | 318 | display: none; |
| @@ -386,10 +476,19 @@ | ||
| 386 | 476 | .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { |
| 387 | 477 | border-right-width: 0; |
| 388 | 478 | border-left-width: 1px; |
| 389 | 479 | } |
| 480 | + | |
| 481 | +/* Icons */ | |
| 482 | +.ui-datepicker .ui-icon { | |
| 483 | + display: block; | |
| 484 | + text-indent: -99999px; | |
| 485 | + overflow: hidden; | |
| 486 | + background-repeat: no-repeat; | |
| 487 | + left: .5em; | |
| 488 | + top: .3em; | |
| 489 | +} | |
| 390 | 490 | .ui-dialog { |
| 391 | - overflow: hidden; | |
| 392 | 491 | position: absolute; |
| 393 | 492 | top: 0; |
| 394 | 493 | left: 0; |
| 395 | 494 | padding: .2em; |
| @@ -436,93 +535,54 @@ | ||
| 436 | 535 | .ui-dialog .ui-dialog-buttonpane button { |
| 437 | 536 | margin: .5em .4em .5em 0; |
| 438 | 537 | cursor: pointer; |
| 439 | 538 | } |
| 440 | -.ui-dialog .ui-resizable-se { | |
| 441 | - width: 12px; | |
| 442 | - height: 12px; | |
| 443 | - right: -5px; | |
| 444 | - bottom: -5px; | |
| 445 | - background-position: 16px 16px; | |
| 539 | +.ui-dialog .ui-resizable-n { | |
| 540 | + height: 2px; | |
| 541 | + top: 0; | |
| 446 | 542 | } |
| 447 | -.ui-draggable .ui-dialog-titlebar { | |
| 448 | - cursor: move; | |
| 543 | +.ui-dialog .ui-resizable-e { | |
| 544 | + width: 2px; | |
| 545 | + right: 0; | |
| 449 | 546 | } |
| 450 | -.ui-draggable-handle { | |
| 451 | - -ms-touch-action: none; | |
| 452 | - touch-action: none; | |
| 547 | +.ui-dialog .ui-resizable-s { | |
| 548 | + height: 2px; | |
| 549 | + bottom: 0; | |
| 453 | 550 | } |
| 454 | -.ui-menu { | |
| 455 | - list-style: none; | |
| 456 | - padding: 0; | |
| 457 | - margin: 0; | |
| 458 | - display: block; | |
| 459 | - outline: none; | |
| 551 | +.ui-dialog .ui-resizable-w { | |
| 552 | + width: 2px; | |
| 553 | + left: 0; | |
| 460 | 554 | } |
| 461 | -.ui-menu .ui-menu { | |
| 462 | - position: absolute; | |
| 555 | +.ui-dialog .ui-resizable-se, | |
| 556 | +.ui-dialog .ui-resizable-sw, | |
| 557 | +.ui-dialog .ui-resizable-ne, | |
| 558 | +.ui-dialog .ui-resizable-nw { | |
| 559 | + width: 7px; | |
| 560 | + height: 7px; | |
| 463 | 561 | } |
| 464 | -.ui-menu .ui-menu-item { | |
| 465 | - position: relative; | |
| 466 | - margin: 0; | |
| 467 | - padding: 3px 1em 3px .4em; | |
| 468 | - cursor: pointer; | |
| 469 | - min-height: 0; /* support: IE7 */ | |
| 470 | - /* support: IE10, see #8844 */ | |
| 471 | - list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); | |
| 562 | +.ui-dialog .ui-resizable-se { | |
| 563 | + right: 0; | |
| 564 | + bottom: 0; | |
| 472 | 565 | } |
| 473 | -.ui-menu .ui-menu-divider { | |
| 474 | - margin: 5px 0; | |
| 475 | - height: 0; | |
| 476 | - font-size: 0; | |
| 477 | - line-height: 0; | |
| 478 | - border-width: 1px 0 0 0; | |
| 479 | -} | |
| 480 | -.ui-menu .ui-state-focus, | |
| 481 | -.ui-menu .ui-state-active { | |
| 482 | - margin: -1px; | |
| 483 | -} | |
| 484 | - | |
| 485 | -/* icon support */ | |
| 486 | -.ui-menu-icons { | |
| 487 | - position: relative; | |
| 488 | -} | |
| 489 | -.ui-menu-icons .ui-menu-item { | |
| 490 | - padding-left: 2em; | |
| 491 | -} | |
| 492 | - | |
| 493 | -/* left-aligned */ | |
| 494 | -.ui-menu .ui-icon { | |
| 495 | - position: absolute; | |
| 496 | - top: 0; | |
| 566 | +.ui-dialog .ui-resizable-sw { | |
| 567 | + left: 0; | |
| 497 | 568 | bottom: 0; |
| 498 | - left: .2em; | |
| 499 | - margin: auto 0; | |
| 500 | 569 | } |
| 501 | - | |
| 502 | -/* right-aligned */ | |
| 503 | -.ui-menu .ui-menu-icon { | |
| 504 | - left: auto; | |
| 570 | +.ui-dialog .ui-resizable-ne { | |
| 505 | 571 | right: 0; |
| 572 | + top: 0; | |
| 506 | 573 | } |
| 507 | -.ui-progressbar { | |
| 508 | - height: 2em; | |
| 509 | - text-align: left; | |
| 510 | - overflow: hidden; | |
| 574 | +.ui-dialog .ui-resizable-nw { | |
| 575 | + left: 0; | |
| 576 | + top: 0; | |
| 511 | 577 | } |
| 512 | -.ui-progressbar .ui-progressbar-value { | |
| 513 | - margin: -1px; | |
| 514 | - height: 100%; | |
| 578 | +.ui-draggable .ui-dialog-titlebar { | |
| 579 | + cursor: move; | |
| 515 | 580 | } |
| 516 | -.ui-progressbar .ui-progressbar-overlay { | |
| 517 | - background: url("data:image/gif;base64,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"); | |
| 518 | - height: 100%; | |
| 519 | - filter: alpha(opacity=25); /* support: IE8 */ | |
| 520 | - opacity: 0.25; | |
| 581 | +.ui-draggable-handle { | |
| 582 | + -ms-touch-action: none; | |
| 583 | + touch-action: none; | |
| 521 | 584 | } |
| 522 | -.ui-progressbar-indeterminate .ui-progressbar-value { | |
| 523 | - background-image: none; | |
| 524 | -} | |
| 525 | 585 | .ui-resizable { |
| 526 | 586 | position: relative; |
| 527 | 587 | } |
| 528 | 588 | .ui-resizable-handle { |
| @@ -591,8 +651,26 @@ | ||
| 591 | 651 | height: 9px; |
| 592 | 652 | right: -5px; |
| 593 | 653 | top: -5px; |
| 594 | 654 | } |
| 655 | +.ui-progressbar { | |
| 656 | + height: 2em; | |
| 657 | + text-align: left; | |
| 658 | + overflow: hidden; | |
| 659 | +} | |
| 660 | +.ui-progressbar .ui-progressbar-value { | |
| 661 | + margin: -1px; | |
| 662 | + height: 100%; | |
| 663 | +} | |
| 664 | +.ui-progressbar .ui-progressbar-overlay { | |
| 665 | + background: url("data:image/gif;base64,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"); | |
| 666 | + height: 100%; | |
| 667 | + filter: alpha(opacity=25); /* support: IE8 */ | |
| 668 | + opacity: 0.25; | |
| 669 | +} | |
| 670 | +.ui-progressbar-indeterminate .ui-progressbar-value { | |
| 671 | + background-image: none; | |
| 672 | +} | |
| 595 | 673 | .ui-selectable { |
| 596 | 674 | -ms-touch-action: none; |
| 597 | 675 | touch-action: none; |
| 598 | 676 | } |
| @@ -610,9 +688,8 @@ | ||
| 610 | 688 | display: none; |
| 611 | 689 | } |
| 612 | 690 | .ui-selectmenu-menu .ui-menu { |
| 613 | 691 | overflow: auto; |
| 614 | - /* Support: IE7 */ | |
| 615 | 692 | overflow-x: hidden; |
| 616 | 693 | padding-bottom: 1px; |
| 617 | 694 | } |
| 618 | 695 | .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { |
| @@ -626,31 +703,23 @@ | ||
| 626 | 703 | } |
| 627 | 704 | .ui-selectmenu-open { |
| 628 | 705 | display: block; |
| 629 | 706 | } |
| 630 | -.ui-selectmenu-button { | |
| 631 | - display: inline-block; | |
| 707 | +.ui-selectmenu-text { | |
| 708 | + display: block; | |
| 709 | + margin-right: 20px; | |
| 632 | 710 | overflow: hidden; |
| 633 | - position: relative; | |
| 634 | - text-decoration: none; | |
| 635 | - cursor: pointer; | |
| 711 | + text-overflow: ellipsis; | |
| 636 | 712 | } |
| 637 | -.ui-selectmenu-button span.ui-icon { | |
| 638 | - right: 0.5em; | |
| 639 | - left: auto; | |
| 640 | - margin-top: -8px; | |
| 641 | - position: absolute; | |
| 642 | - top: 50%; | |
| 643 | -} | |
| 644 | -.ui-selectmenu-button span.ui-selectmenu-text { | |
| 713 | +.ui-selectmenu-button.ui-button { | |
| 645 | 714 | text-align: left; |
| 646 | - padding: 0.4em 2.1em 0.4em 1em; | |
| 647 | - display: block; | |
| 648 | - line-height: 1.4; | |
| 649 | - overflow: hidden; | |
| 650 | - text-overflow: ellipsis; | |
| 651 | 715 | white-space: nowrap; |
| 716 | + width: 14em; | |
| 652 | 717 | } |
| 718 | +.ui-selectmenu-icon.ui-icon { | |
| 719 | + float: right; | |
| 720 | + margin-top: 0; | |
| 721 | +} | |
| 653 | 722 | .ui-slider { |
| 654 | 723 | position: relative; |
| 655 | 724 | text-align: left; |
| 656 | 725 | } |
| @@ -729,16 +798,16 @@ | ||
| 729 | 798 | .ui-spinner-input { |
| 730 | 799 | border: none; |
| 731 | 800 | background: none; |
| 732 | 801 | color: inherit; |
| 733 | - padding: 0; | |
| 802 | + padding: .222em 0; | |
| 734 | 803 | margin: .2em 0; |
| 735 | 804 | vertical-align: middle; |
| 736 | 805 | margin-left: .4em; |
| 737 | - margin-right: 22px; | |
| 806 | + margin-right: 2em; | |
| 738 | 807 | } |
| 739 | 808 | .ui-spinner-button { |
| 740 | - width: 16px; | |
| 809 | + width: 1.6em; | |
| 741 | 810 | height: 50%; |
| 742 | 811 | font-size: .5em; |
| 743 | 812 | padding: 0; |
| 744 | 813 | margin: 0; |
| @@ -750,19 +819,12 @@ | ||
| 750 | 819 | right: 0; |
| 751 | 820 | } |
| 752 | 821 | /* more specificity required here to override default borders */ |
| 753 | 822 | .ui-spinner a.ui-spinner-button { |
| 754 | - border-top: none; | |
| 755 | - border-bottom: none; | |
| 756 | - border-right: none; | |
| 823 | + border-top-style: none; | |
| 824 | + border-bottom-style: none; | |
| 825 | + border-right-style: none; | |
| 757 | 826 | } |
| 758 | -/* vertically center icon */ | |
| 759 | -.ui-spinner .ui-icon { | |
| 760 | - position: absolute; | |
| 761 | - margin-top: -8px; | |
| 762 | - top: 50%; | |
| 763 | - left: 0; | |
| 764 | -} | |
| 765 | 827 | .ui-spinner-up { |
| 766 | 828 | top: 0; |
| 767 | 829 | } |
| 768 | 830 | .ui-spinner-down { |
| @@ -767,14 +829,8 @@ | ||
| 767 | 829 | } |
| 768 | 830 | .ui-spinner-down { |
| 769 | 831 | bottom: 0; |
| 770 | 832 | } |
| 771 | - | |
| 772 | -/* TR overrides */ | |
| 773 | -.ui-spinner .ui-icon-triangle-1-s { | |
| 774 | - /* need to fix icons sprite */ | |
| 775 | - background-position: -65px -16px; | |
| 776 | -} | |
| 777 | 833 | .ui-tabs { |
| 778 | 834 | position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
| 779 | 835 | padding: .2em; |
| 780 | 836 | } |
| @@ -819,10 +875,8 @@ | ||
| 819 | 875 | padding: 8px; |
| 820 | 876 | position: absolute; |
| 821 | 877 | z-index: 9999; |
| 822 | 878 | max-width: 300px; |
| 823 | - -webkit-box-shadow: 0 0 5px #aaa; | |
| 824 | - box-shadow: 0 0 5px #aaa; | |
| 825 | 879 | } |
| 826 | 880 | body .ui-tooltip { |
| 827 | 881 | border-width: 2px; |
| 828 | 882 | } |
| @@ -829,10 +883,10 @@ | ||
| 829 | 883 | |
| 830 | 884 | /* Component containers |
| 831 | 885 | ----------------------------------*/ |
| 832 | 886 | .ui-widget { |
| 833 | - font-family: Verdana,Arial,sans-serif; | |
| 834 | - font-size: 1.1em; | |
| 887 | + font-family: Arial,Helvetica,sans-serif; | |
| 888 | + font-size: 1em; | |
| 835 | 889 | } |
| 836 | 890 | .ui-widget .ui-widget { |
| 837 | 891 | font-size: 1em; |
| 838 | 892 | } |
| @@ -839,27 +893,30 @@ | ||
| 839 | 893 | .ui-widget input, |
| 840 | 894 | .ui-widget select, |
| 841 | 895 | .ui-widget textarea, |
| 842 | 896 | .ui-widget button { |
| 843 | - font-family: Verdana,Arial,sans-serif; | |
| 897 | + font-family: Arial,Helvetica,sans-serif; | |
| 844 | 898 | font-size: 1em; |
| 845 | 899 | } |
| 900 | +.ui-widget.ui-widget-content { | |
| 901 | + border: 1px solid #c5c5c5; | |
| 902 | +} | |
| 846 | 903 | .ui-widget-content { |
| 847 | - border: 1px solid #aaaaaa; | |
| 848 | - background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; | |
| 849 | - color: #222222; | |
| 904 | + border: 1px solid #dddddd; | |
| 905 | + background: #ffffff; | |
| 906 | + color: #333333; | |
| 850 | 907 | } |
| 851 | 908 | .ui-widget-content a { |
| 852 | - color: #222222; | |
| 909 | + color: #333333; | |
| 853 | 910 | } |
| 854 | 911 | .ui-widget-header { |
| 855 | - border: 1px solid #aaaaaa; | |
| 856 | - background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; | |
| 857 | - color: #222222; | |
| 912 | + border: 1px solid #dddddd; | |
| 913 | + background: #e9e9e9; | |
| 914 | + color: #333333; | |
| 858 | 915 | font-weight: bold; |
| 859 | 916 | } |
| 860 | 917 | .ui-widget-header a { |
| 861 | - color: #222222; | |
| 918 | + color: #333333; | |
| 862 | 919 | } |
| 863 | 920 | |
| 864 | 921 | /* Interaction states |
| 865 | 922 | ----------------------------------*/ |
| @@ -864,18 +921,28 @@ | ||
| 864 | 921 | /* Interaction states |
| 865 | 922 | ----------------------------------*/ |
| 866 | 923 | .ui-state-default, |
| 867 | 924 | .ui-widget-content .ui-state-default, |
| 868 | -.ui-widget-header .ui-state-default { | |
| 869 | - border: 1px solid #d3d3d3; | |
| 870 | - background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; | |
| 925 | +.ui-widget-header .ui-state-default, | |
| 926 | +.ui-button, | |
| 927 | + | |
| 928 | +/* We use html here because we need a greater specificity to make sure disabled | |
| 929 | +works properly when clicked or hovered */ | |
| 930 | +html .ui-button.ui-state-disabled:hover, | |
| 931 | +html .ui-button.ui-state-disabled:active { | |
| 932 | + border: 1px solid #c5c5c5; | |
| 933 | + background: #f6f6f6; | |
| 871 | 934 | font-weight: normal; |
| 872 | - color: #555555; | |
| 935 | + color: #454545; | |
| 873 | 936 | } |
| 874 | 937 | .ui-state-default a, |
| 875 | 938 | .ui-state-default a:link, |
| 876 | -.ui-state-default a:visited { | |
| 877 | - color: #555555; | |
| 939 | +.ui-state-default a:visited, | |
| 940 | +a.ui-button, | |
| 941 | +a:link.ui-button, | |
| 942 | +a:visited.ui-button, | |
| 943 | +.ui-button { | |
| 944 | + color: #454545; | |
| 878 | 945 | text-decoration: none; |
| 879 | 946 | } |
| 880 | 947 | .ui-state-hover, |
| 881 | 948 | .ui-widget-content .ui-state-hover, |
| @@ -881,13 +948,15 @@ | ||
| 881 | 948 | .ui-widget-content .ui-state-hover, |
| 882 | 949 | .ui-widget-header .ui-state-hover, |
| 883 | 950 | .ui-state-focus, |
| 884 | 951 | .ui-widget-content .ui-state-focus, |
| 885 | -.ui-widget-header .ui-state-focus { | |
| 886 | - border: 1px solid #999999; | |
| 887 | - background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; | |
| 952 | +.ui-widget-header .ui-state-focus, | |
| 953 | +.ui-button:hover, | |
| 954 | +.ui-button:focus { | |
| 955 | + border: 1px solid #cccccc; | |
| 956 | + background: #ededed; | |
| 888 | 957 | font-weight: normal; |
| 889 | - color: #212121; | |
| 958 | + color: #2b2b2b; | |
| 890 | 959 | } |
| 891 | 960 | .ui-state-hover a, |
| 892 | 961 | .ui-state-hover a:hover, |
| 893 | 962 | .ui-state-hover a:link, |
| @@ -894,24 +963,38 @@ | ||
| 894 | 963 | .ui-state-hover a:visited, |
| 895 | 964 | .ui-state-focus a, |
| 896 | 965 | .ui-state-focus a:hover, |
| 897 | 966 | .ui-state-focus a:link, |
| 898 | -.ui-state-focus a:visited { | |
| 899 | - color: #212121; | |
| 967 | +.ui-state-focus a:visited, | |
| 968 | +a.ui-button:hover, | |
| 969 | +a.ui-button:focus { | |
| 970 | + color: #2b2b2b; | |
| 900 | 971 | text-decoration: none; |
| 901 | 972 | } |
| 973 | + | |
| 974 | +.ui-visual-focus { | |
| 975 | + box-shadow: 0 0 3px 1px rgb(94, 158, 214); | |
| 976 | +} | |
| 902 | 977 | .ui-state-active, |
| 903 | 978 | .ui-widget-content .ui-state-active, |
| 904 | -.ui-widget-header .ui-state-active { | |
| 905 | - border: 1px solid #aaaaaa; | |
| 906 | - background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; | |
| 979 | +.ui-widget-header .ui-state-active, | |
| 980 | +a.ui-button:active, | |
| 981 | +.ui-button:active, | |
| 982 | +.ui-button.ui-state-active:hover { | |
| 983 | + border: 1px solid #003eff; | |
| 984 | + background: #007fff; | |
| 907 | 985 | font-weight: normal; |
| 908 | - color: #212121; | |
| 986 | + color: #ffffff; | |
| 909 | 987 | } |
| 988 | +.ui-icon-background, | |
| 989 | +.ui-state-active .ui-icon-background { | |
| 990 | + border: #003eff; | |
| 991 | + background-color: #ffffff; | |
| 992 | +} | |
| 910 | 993 | .ui-state-active a, |
| 911 | 994 | .ui-state-active a:link, |
| 912 | 995 | .ui-state-active a:visited { |
| 913 | - color: #212121; | |
| 996 | + color: #ffffff; | |
| 914 | 997 | text-decoration: none; |
| 915 | 998 | } |
| 916 | 999 | |
| 917 | 1000 | /* Interaction Cues |
| @@ -918,33 +1001,37 @@ | ||
| 918 | 1001 | ----------------------------------*/ |
| 919 | 1002 | .ui-state-highlight, |
| 920 | 1003 | .ui-widget-content .ui-state-highlight, |
| 921 | 1004 | .ui-widget-header .ui-state-highlight { |
| 922 | - border: 1px solid #fcefa1; | |
| 923 | - background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; | |
| 924 | - color: #363636; | |
| 1005 | + border: 1px solid #dad55e; | |
| 1006 | + background: #fffa90; | |
| 1007 | + color: #777620; | |
| 925 | 1008 | } |
| 1009 | +.ui-state-checked { | |
| 1010 | + border: 1px solid #dad55e; | |
| 1011 | + background: #fffa90; | |
| 1012 | +} | |
| 926 | 1013 | .ui-state-highlight a, |
| 927 | 1014 | .ui-widget-content .ui-state-highlight a, |
| 928 | 1015 | .ui-widget-header .ui-state-highlight a { |
| 929 | - color: #363636; | |
| 1016 | + color: #777620; | |
| 930 | 1017 | } |
| 931 | 1018 | .ui-state-error, |
| 932 | 1019 | .ui-widget-content .ui-state-error, |
| 933 | 1020 | .ui-widget-header .ui-state-error { |
| 934 | - border: 1px solid #cd0a0a; | |
| 935 | - background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; | |
| 936 | - color: #cd0a0a; | |
| 1021 | + border: 1px solid #f1a899; | |
| 1022 | + background: #fddfdf; | |
| 1023 | + color: #5f3f3f; | |
| 937 | 1024 | } |
| 938 | 1025 | .ui-state-error a, |
| 939 | 1026 | .ui-widget-content .ui-state-error a, |
| 940 | 1027 | .ui-widget-header .ui-state-error a { |
| 941 | - color: #cd0a0a; | |
| 1028 | + color: #5f3f3f; | |
| 942 | 1029 | } |
| 943 | 1030 | .ui-state-error-text, |
| 944 | 1031 | .ui-widget-content .ui-state-error-text, |
| 945 | 1032 | .ui-widget-header .ui-state-error-text { |
| 946 | - color: #cd0a0a; | |
| 1033 | + color: #5f3f3f; | |
| 947 | 1034 | } |
| 948 | 1035 | .ui-priority-primary, |
| 949 | 1036 | .ui-widget-content .ui-priority-primary, |
| 950 | 1037 | .ui-widget-header .ui-priority-primary { |
| @@ -977,48 +1064,52 @@ | ||
| 977 | 1064 | height: 16px; |
| 978 | 1065 | } |
| 979 | 1066 | .ui-icon, |
| 980 | 1067 | .ui-widget-content .ui-icon { |
| 981 | - background-image: url("images/ui-icons_222222_256x240.png"); | |
| 1068 | + background-image: url("images/ui-icons_444444_256x240.png"); | |
| 982 | 1069 | } |
| 983 | 1070 | .ui-widget-header .ui-icon { |
| 984 | - background-image: url("images/ui-icons_222222_256x240.png"); | |
| 1071 | + background-image: url("images/ui-icons_444444_256x240.png"); | |
| 985 | 1072 | } |
| 986 | -.ui-state-default .ui-icon { | |
| 987 | - background-image: url("images/ui-icons_888888_256x240.png"); | |
| 988 | -} | |
| 989 | 1073 | .ui-state-hover .ui-icon, |
| 990 | -.ui-state-focus .ui-icon { | |
| 991 | - background-image: url("images/ui-icons_454545_256x240.png"); | |
| 1074 | +.ui-state-focus .ui-icon, | |
| 1075 | +.ui-button:hover .ui-icon, | |
| 1076 | +.ui-button:focus .ui-icon { | |
| 1077 | + background-image: url("images/ui-icons_555555_256x240.png"); | |
| 992 | 1078 | } |
| 993 | -.ui-state-active .ui-icon { | |
| 994 | - background-image: url("images/ui-icons_454545_256x240.png"); | |
| 1079 | +.ui-state-active .ui-icon, | |
| 1080 | +.ui-button:active .ui-icon { | |
| 1081 | + background-image: url("images/ui-icons_ffffff_256x240.png"); | |
| 995 | 1082 | } |
| 996 | -.ui-state-highlight .ui-icon { | |
| 997 | - background-image: url("images/ui-icons_2e83ff_256x240.png"); | |
| 1083 | +.ui-state-highlight .ui-icon, | |
| 1084 | +.ui-button .ui-state-highlight.ui-icon { | |
| 1085 | + background-image: url("images/ui-icons_777620_256x240.png"); | |
| 998 | 1086 | } |
| 999 | 1087 | .ui-state-error .ui-icon, |
| 1000 | 1088 | .ui-state-error-text .ui-icon { |
| 1001 | - background-image: url("images/ui-icons_cd0a0a_256x240.png"); | |
| 1089 | + background-image: url("images/ui-icons_cc0000_256x240.png"); | |
| 1002 | 1090 | } |
| 1091 | +.ui-button .ui-icon { | |
| 1092 | + background-image: url("images/ui-icons_777777_256x240.png"); | |
| 1093 | +} | |
| 1003 | 1094 | |
| 1004 | 1095 | /* positioning */ |
| 1005 | 1096 | .ui-icon-blank { background-position: 16px 16px; } |
| 1006 | -.ui-icon-carat-1-n { background-position: 0 0; } | |
| 1007 | -.ui-icon-carat-1-ne { background-position: -16px 0; } | |
| 1008 | -.ui-icon-carat-1-e { background-position: -32px 0; } | |
| 1009 | -.ui-icon-carat-1-se { background-position: -48px 0; } | |
| 1010 | -.ui-icon-carat-1-s { background-position: -64px 0; } | |
| 1011 | -.ui-icon-carat-1-sw { background-position: -80px 0; } | |
| 1012 | -.ui-icon-carat-1-w { background-position: -96px 0; } | |
| 1013 | -.ui-icon-carat-1-nw { background-position: -112px 0; } | |
| 1014 | -.ui-icon-carat-2-n-s { background-position: -128px 0; } | |
| 1015 | -.ui-icon-carat-2-e-w { background-position: -144px 0; } | |
| 1097 | +.ui-icon-caret-1-n { background-position: 0 0; } | |
| 1098 | +.ui-icon-caret-1-ne { background-position: -16px 0; } | |
| 1099 | +.ui-icon-caret-1-e { background-position: -32px 0; } | |
| 1100 | +.ui-icon-caret-1-se { background-position: -48px 0; } | |
| 1101 | +.ui-icon-caret-1-s { background-position: -65px 0; } | |
| 1102 | +.ui-icon-caret-1-sw { background-position: -80px 0; } | |
| 1103 | +.ui-icon-caret-1-w { background-position: -96px 0; } | |
| 1104 | +.ui-icon-caret-1-nw { background-position: -112px 0; } | |
| 1105 | +.ui-icon-caret-2-n-s { background-position: -128px 0; } | |
| 1106 | +.ui-icon-caret-2-e-w { background-position: -144px 0; } | |
| 1016 | 1107 | .ui-icon-triangle-1-n { background-position: 0 -16px; } |
| 1017 | 1108 | .ui-icon-triangle-1-ne { background-position: -16px -16px; } |
| 1018 | 1109 | .ui-icon-triangle-1-e { background-position: -32px -16px; } |
| 1019 | 1110 | .ui-icon-triangle-1-se { background-position: -48px -16px; } |
| 1020 | -.ui-icon-triangle-1-s { background-position: -64px -16px; } | |
| 1111 | +.ui-icon-triangle-1-s { background-position: -65px -16px; } | |
| 1021 | 1112 | .ui-icon-triangle-1-sw { background-position: -80px -16px; } |
| 1022 | 1113 | .ui-icon-triangle-1-w { background-position: -96px -16px; } |
| 1023 | 1114 | .ui-icon-triangle-1-nw { background-position: -112px -16px; } |
| 1024 | 1115 | .ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
| @@ -1026,9 +1117,9 @@ | ||
| 1026 | 1117 | .ui-icon-arrow-1-n { background-position: 0 -32px; } |
| 1027 | 1118 | .ui-icon-arrow-1-ne { background-position: -16px -32px; } |
| 1028 | 1119 | .ui-icon-arrow-1-e { background-position: -32px -32px; } |
| 1029 | 1120 | .ui-icon-arrow-1-se { background-position: -48px -32px; } |
| 1030 | -.ui-icon-arrow-1-s { background-position: -64px -32px; } | |
| 1121 | +.ui-icon-arrow-1-s { background-position: -65px -32px; } | |
| 1031 | 1122 | .ui-icon-arrow-1-sw { background-position: -80px -32px; } |
| 1032 | 1123 | .ui-icon-arrow-1-w { background-position: -96px -32px; } |
| 1033 | 1124 | .ui-icon-arrow-1-nw { background-position: -112px -32px; } |
| 1034 | 1125 | .ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
| @@ -1038,9 +1129,9 @@ | ||
| 1038 | 1129 | .ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
| 1039 | 1130 | .ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
| 1040 | 1131 | .ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
| 1041 | 1132 | .ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
| 1042 | -.ui-icon-arrowthick-1-n { background-position: 0 -48px; } | |
| 1133 | +.ui-icon-arrowthick-1-n { background-position: 1px -48px; } | |
| 1043 | 1134 | .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
| 1044 | 1135 | .ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
| 1045 | 1136 | .ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
| 1046 | 1137 | .ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
| @@ -1187,39 +1278,35 @@ | ||
| 1187 | 1278 | .ui-corner-all, |
| 1188 | 1279 | .ui-corner-top, |
| 1189 | 1280 | .ui-corner-left, |
| 1190 | 1281 | .ui-corner-tl { |
| 1191 | - border-top-left-radius: 4px; | |
| 1282 | + border-top-left-radius: 3px; | |
| 1192 | 1283 | } |
| 1193 | 1284 | .ui-corner-all, |
| 1194 | 1285 | .ui-corner-top, |
| 1195 | 1286 | .ui-corner-right, |
| 1196 | 1287 | .ui-corner-tr { |
| 1197 | - border-top-right-radius: 4px; | |
| 1288 | + border-top-right-radius: 3px; | |
| 1198 | 1289 | } |
| 1199 | 1290 | .ui-corner-all, |
| 1200 | 1291 | .ui-corner-bottom, |
| 1201 | 1292 | .ui-corner-left, |
| 1202 | 1293 | .ui-corner-bl { |
| 1203 | - border-bottom-left-radius: 4px; | |
| 1294 | + border-bottom-left-radius: 3px; | |
| 1204 | 1295 | } |
| 1205 | 1296 | .ui-corner-all, |
| 1206 | 1297 | .ui-corner-bottom, |
| 1207 | 1298 | .ui-corner-right, |
| 1208 | 1299 | .ui-corner-br { |
| 1209 | - border-bottom-right-radius: 4px; | |
| 1300 | + border-bottom-right-radius: 3px; | |
| 1210 | 1301 | } |
| 1211 | 1302 | |
| 1212 | 1303 | /* Overlays */ |
| 1213 | 1304 | .ui-widget-overlay { |
| 1214 | - background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; | |
| 1215 | - opacity: .3; | |
| 1216 | - filter: Alpha(Opacity=30); /* support: IE8 */ | |
| 1305 | + background: #aaaaaa; | |
| 1306 | + opacity: .003; | |
| 1307 | + filter: Alpha(Opacity=.3); /* support: IE8 */ | |
| 1217 | 1308 | } |
| 1218 | 1309 | .ui-widget-shadow { |
| 1219 | - margin: -8px 0 0 -8px; | |
| 1220 | - padding: 8px; | |
| 1221 | - background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; | |
| 1222 | - opacity: .3; | |
| 1223 | - filter: Alpha(Opacity=30); /* support: IE8 */ | |
| 1224 | - border-radius: 8px; | |
| 1310 | + -webkit-box-shadow: 0px 0px 5px #666666; | |
| 1311 | + box-shadow: 0px 0px 5px #666666; | |
| 1225 | 1312 | } |