[76] | 1 | /*! |
---|
| 2 | * Ext JS Library 3.4.0 |
---|
| 3 | * Copyright(c) 2006-2011 Sencha Inc. |
---|
| 4 | * licensing@sencha.com |
---|
| 5 | * http://www.sencha.com/license |
---|
| 6 | */ |
---|
| 7 | .ext-el-mask { |
---|
| 8 | background-color: #ccc; |
---|
| 9 | } |
---|
| 10 | |
---|
| 11 | .ext-el-mask-msg { |
---|
| 12 | border-color:#6593cf; |
---|
| 13 | background-color:#c3daf9; |
---|
| 14 | background-image:url(../images/default/box/tb-blue.gif); |
---|
| 15 | } |
---|
| 16 | .ext-el-mask-msg div { |
---|
| 17 | background-color: #eee; |
---|
| 18 | border-color:#a3bad9; |
---|
| 19 | color:#222; |
---|
| 20 | font:normal 11px tahoma, arial, helvetica, sans-serif; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | .x-mask-loading div { |
---|
| 24 | background-color:#fbfbfb; |
---|
| 25 | background-image:url(../images/default/grid/loading.gif); |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | .x-item-disabled { |
---|
| 29 | color: gray; |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | .x-item-disabled * { |
---|
| 33 | color: gray !important; |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | .x-splitbar-proxy { |
---|
| 37 | background-color: #aaa; |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | .x-color-palette a { |
---|
| 41 | border-color:#fff; |
---|
| 42 | } |
---|
| 43 | |
---|
| 44 | .x-color-palette a:hover, .x-color-palette a.x-color-palette-sel { |
---|
| 45 | border-color:#8bb8f3; |
---|
| 46 | background-color: #deecfd; |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | /* |
---|
| 50 | .x-color-palette em:hover, .x-color-palette span:hover{ |
---|
| 51 | background-color: #deecfd; |
---|
| 52 | } |
---|
| 53 | */ |
---|
| 54 | |
---|
| 55 | .x-color-palette em { |
---|
| 56 | border-color:#aca899; |
---|
| 57 | } |
---|
| 58 | |
---|
| 59 | .x-ie-shadow { |
---|
| 60 | background-color:#777; |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | .x-shadow .xsmc { |
---|
| 64 | background-image: url(../images/default/shadow-c.png); |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | .x-shadow .xsml, .x-shadow .xsmr { |
---|
| 68 | background-image: url(../images/default/shadow-lr.png); |
---|
| 69 | } |
---|
| 70 | |
---|
| 71 | .x-shadow .xstl, .x-shadow .xstc, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{ |
---|
| 72 | background-image: url(../images/default/shadow.png); |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | .loading-indicator { |
---|
| 76 | font-size: 11px; |
---|
| 77 | background-image: url(../images/default/grid/loading.gif); |
---|
| 78 | } |
---|
| 79 | |
---|
| 80 | .x-spotlight { |
---|
| 81 | background-color: #ccc; |
---|
| 82 | } |
---|
| 83 | .x-tab-panel-header, .x-tab-panel-footer { |
---|
| 84 | background-color: #deecfd; |
---|
| 85 | border-color:#8db2e3; |
---|
| 86 | overflow:hidden; |
---|
| 87 | zoom:1; |
---|
| 88 | } |
---|
| 89 | |
---|
| 90 | .x-tab-panel-header, .x-tab-panel-footer { |
---|
| 91 | border-color:#8db2e3; |
---|
| 92 | } |
---|
| 93 | |
---|
| 94 | ul.x-tab-strip-top{ |
---|
| 95 | background-color:#cedff5; |
---|
| 96 | background-image: url(../images/default/tabs/tab-strip-bg.gif); |
---|
| 97 | border-bottom-color:#8db2e3; |
---|
| 98 | } |
---|
| 99 | |
---|
| 100 | ul.x-tab-strip-bottom{ |
---|
| 101 | background-color:#cedff5; |
---|
| 102 | background-image: url(../images/default/tabs/tab-strip-btm-bg.gif); |
---|
| 103 | border-top-color:#8db2e3; |
---|
| 104 | } |
---|
| 105 | |
---|
| 106 | .x-tab-panel-header-plain .x-tab-strip-spacer, |
---|
| 107 | .x-tab-panel-footer-plain .x-tab-strip-spacer { |
---|
| 108 | border-color:#8db2e3; |
---|
| 109 | background-color: #deecfd; |
---|
| 110 | } |
---|
| 111 | |
---|
| 112 | .x-tab-strip span.x-tab-strip-text { |
---|
| 113 | font:normal 11px tahoma,arial,helvetica; |
---|
| 114 | color:#416aa3; |
---|
| 115 | } |
---|
| 116 | |
---|
| 117 | .x-tab-strip-over span.x-tab-strip-text { |
---|
| 118 | color:#15428b; |
---|
| 119 | } |
---|
| 120 | |
---|
| 121 | .x-tab-strip-active span.x-tab-strip-text { |
---|
| 122 | color:#15428b; |
---|
| 123 | font-weight:bold; |
---|
| 124 | } |
---|
| 125 | |
---|
| 126 | .x-tab-strip-disabled .x-tabs-text { |
---|
| 127 | color:#aaaaaa; |
---|
| 128 | } |
---|
| 129 | |
---|
| 130 | .x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{ |
---|
| 131 | background-image: url(../images/default/tabs/tabs-sprite.gif); |
---|
| 132 | } |
---|
| 133 | |
---|
| 134 | .x-tab-strip-bottom .x-tab-right { |
---|
| 135 | background-image: url(../images/default/tabs/tab-btm-inactive-right-bg.gif); |
---|
| 136 | } |
---|
| 137 | |
---|
| 138 | .x-tab-strip-bottom .x-tab-left { |
---|
| 139 | background-image: url(../images/default/tabs/tab-btm-inactive-left-bg.gif); |
---|
| 140 | } |
---|
| 141 | |
---|
| 142 | .x-tab-strip-bottom .x-tab-strip-over .x-tab-right { |
---|
| 143 | background-image: url(../images/default/tabs/tab-btm-over-right-bg.gif); |
---|
| 144 | } |
---|
| 145 | |
---|
| 146 | .x-tab-strip-bottom .x-tab-strip-over .x-tab-left { |
---|
| 147 | background-image: url(../images/default/tabs/tab-btm-over-left-bg.gif); |
---|
| 148 | } |
---|
| 149 | |
---|
| 150 | .x-tab-strip-bottom .x-tab-strip-active .x-tab-right { |
---|
| 151 | background-image: url(../images/default/tabs/tab-btm-right-bg.gif); |
---|
| 152 | } |
---|
| 153 | |
---|
| 154 | .x-tab-strip-bottom .x-tab-strip-active .x-tab-left { |
---|
| 155 | background-image: url(../images/default/tabs/tab-btm-left-bg.gif); |
---|
| 156 | } |
---|
| 157 | |
---|
| 158 | .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close { |
---|
| 159 | background-image:url(../images/default/tabs/tab-close.gif); |
---|
| 160 | } |
---|
| 161 | |
---|
| 162 | .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{ |
---|
| 163 | background-image:url(../images/default/tabs/tab-close.gif); |
---|
| 164 | } |
---|
| 165 | |
---|
| 166 | .x-tab-panel-body { |
---|
| 167 | border-color:#8db2e3; |
---|
| 168 | background-color:#fff; |
---|
| 169 | } |
---|
| 170 | |
---|
| 171 | .x-tab-panel-body-top { |
---|
| 172 | border-top: 0 none; |
---|
| 173 | } |
---|
| 174 | |
---|
| 175 | .x-tab-panel-body-bottom { |
---|
| 176 | border-bottom: 0 none; |
---|
| 177 | } |
---|
| 178 | |
---|
| 179 | .x-tab-scroller-left { |
---|
| 180 | background-image:url(../images/default/tabs/scroll-left.gif); |
---|
| 181 | border-bottom-color:#8db2e3; |
---|
| 182 | } |
---|
| 183 | |
---|
| 184 | .x-tab-scroller-left-over { |
---|
| 185 | background-position: 0 0; |
---|
| 186 | } |
---|
| 187 | |
---|
| 188 | .x-tab-scroller-left-disabled { |
---|
| 189 | background-position: -18px 0; |
---|
| 190 | opacity:.5; |
---|
| 191 | -moz-opacity:.5; |
---|
| 192 | filter:alpha(opacity=50); |
---|
| 193 | cursor:default; |
---|
| 194 | } |
---|
| 195 | |
---|
| 196 | .x-tab-scroller-right { |
---|
| 197 | background-image:url(../images/default/tabs/scroll-right.gif); |
---|
| 198 | border-bottom-color:#8db2e3; |
---|
| 199 | } |
---|
| 200 | |
---|
| 201 | .x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar { |
---|
| 202 | border-color:#99bbe8; |
---|
| 203 | }.x-form-field { |
---|
| 204 | font:normal 12px tahoma, arial, helvetica, sans-serif; |
---|
| 205 | } |
---|
| 206 | |
---|
| 207 | .x-form-text, textarea.x-form-field { |
---|
| 208 | background-color:#fff; |
---|
| 209 | background-image:url(../images/default/form/text-bg.gif); |
---|
| 210 | border-color:#b5b8c8; |
---|
| 211 | } |
---|
| 212 | |
---|
| 213 | .x-form-select-one { |
---|
| 214 | background-color:#fff; |
---|
| 215 | border-color:#b5b8c8; |
---|
| 216 | } |
---|
| 217 | |
---|
| 218 | .x-form-check-group-label { |
---|
| 219 | border-bottom: 1px solid #99bbe8; |
---|
| 220 | color: #15428b; |
---|
| 221 | } |
---|
| 222 | |
---|
| 223 | .x-editor .x-form-check-wrap { |
---|
| 224 | background-color:#fff; |
---|
| 225 | } |
---|
| 226 | |
---|
| 227 | .x-form-field-wrap .x-form-trigger { |
---|
| 228 | background-image:url(../images/default/form/trigger.gif); |
---|
| 229 | border-bottom-color:#b5b8c8; |
---|
| 230 | } |
---|
| 231 | |
---|
| 232 | .x-form-field-wrap .x-form-date-trigger { |
---|
| 233 | background-image: url(../images/default/form/date-trigger.gif); |
---|
| 234 | } |
---|
| 235 | |
---|
| 236 | .x-form-field-wrap .x-form-clear-trigger { |
---|
| 237 | background-image: url(../images/default/form/clear-trigger.gif); |
---|
| 238 | } |
---|
| 239 | |
---|
| 240 | .x-form-field-wrap .x-form-search-trigger { |
---|
| 241 | background-image: url(../images/default/form/search-trigger.gif); |
---|
| 242 | } |
---|
| 243 | |
---|
| 244 | .x-trigger-wrap-focus .x-form-trigger { |
---|
| 245 | border-bottom-color:#7eadd9; |
---|
| 246 | } |
---|
| 247 | |
---|
| 248 | .x-item-disabled .x-form-trigger-over { |
---|
| 249 | border-bottom-color:#b5b8c8; |
---|
| 250 | } |
---|
| 251 | |
---|
| 252 | .x-item-disabled .x-form-trigger-click { |
---|
| 253 | border-bottom-color:#b5b8c8; |
---|
| 254 | } |
---|
| 255 | |
---|
| 256 | .x-form-focus, textarea.x-form-focus { |
---|
| 257 | border-color:#7eadd9; |
---|
| 258 | } |
---|
| 259 | |
---|
| 260 | .x-form-invalid, textarea.x-form-invalid { |
---|
| 261 | background-color:#fff; |
---|
| 262 | background-image:url(../images/default/grid/invalid_line.gif); |
---|
| 263 | border-color:#c30; |
---|
| 264 | } |
---|
| 265 | |
---|
| 266 | .x-form-invalid.x-form-composite { |
---|
| 267 | border: none; |
---|
| 268 | background-image: none; |
---|
| 269 | } |
---|
| 270 | |
---|
| 271 | .x-form-invalid.x-form-composite .x-form-invalid { |
---|
| 272 | background-color:#fff; |
---|
| 273 | background-image:url(../images/default/grid/invalid_line.gif); |
---|
| 274 | border-color:#c30; |
---|
| 275 | } |
---|
| 276 | |
---|
| 277 | .x-form-inner-invalid, textarea.x-form-inner-invalid { |
---|
| 278 | background-color:#fff; |
---|
| 279 | background-image:url(../images/default/grid/invalid_line.gif); |
---|
| 280 | } |
---|
| 281 | |
---|
| 282 | .x-form-grow-sizer { |
---|
| 283 | font:normal 12px tahoma, arial, helvetica, sans-serif; |
---|
| 284 | } |
---|
| 285 | |
---|
| 286 | .x-form-item { |
---|
| 287 | font:normal 12px tahoma, arial, helvetica, sans-serif; |
---|
| 288 | } |
---|
| 289 | |
---|
| 290 | .x-form-invalid-msg { |
---|
| 291 | color:#c0272b; |
---|
| 292 | font:normal 11px tahoma, arial, helvetica, sans-serif; |
---|
| 293 | background-image:url(../images/default/shared/warning.gif); |
---|
| 294 | } |
---|
| 295 | |
---|
| 296 | .x-form-empty-field { |
---|
| 297 | color:gray; |
---|
| 298 | } |
---|
| 299 | |
---|
| 300 | .x-small-editor .x-form-field { |
---|
| 301 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
| 302 | } |
---|
| 303 | |
---|
| 304 | .ext-webkit .x-small-editor .x-form-field { |
---|
| 305 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
| 306 | } |
---|
| 307 | |
---|
| 308 | .x-form-invalid-icon { |
---|
| 309 | background-image:url(../images/default/form/exclamation.gif); |
---|
| 310 | } |
---|
| 311 | |
---|
| 312 | .x-fieldset { |
---|
| 313 | border-color:#b5b8c8; |
---|
| 314 | } |
---|
| 315 | |
---|
| 316 | .x-fieldset legend { |
---|
| 317 | font:bold 11px tahoma, arial, helvetica, sans-serif; |
---|
| 318 | color:#15428b; |
---|
| 319 | } |
---|
| 320 | .x-btn{ |
---|
| 321 | font:normal 11px tahoma, verdana, helvetica; |
---|
| 322 | } |
---|
| 323 | |
---|
| 324 | .x-btn button{ |
---|
| 325 | font:normal 11px arial,tahoma,verdana,helvetica; |
---|
| 326 | color:#333; |
---|
| 327 | } |
---|
| 328 | |
---|
| 329 | .x-btn em { |
---|
| 330 | font-style:normal; |
---|
| 331 | font-weight:normal; |
---|
| 332 | } |
---|
| 333 | |
---|
| 334 | .x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{ |
---|
| 335 | background-image:url(../images/default/button/btn.gif); |
---|
| 336 | } |
---|
| 337 | |
---|
| 338 | .x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{ |
---|
| 339 | color:#000; |
---|
| 340 | } |
---|
| 341 | |
---|
| 342 | .x-btn-disabled *{ |
---|
| 343 | color:gray !important; |
---|
| 344 | } |
---|
| 345 | |
---|
| 346 | .x-btn-mc em.x-btn-arrow { |
---|
| 347 | background-image:url(../images/default/button/arrow.gif); |
---|
| 348 | } |
---|
| 349 | |
---|
| 350 | .x-btn-mc em.x-btn-split { |
---|
| 351 | background-image:url(../images/default/button/s-arrow.gif); |
---|
| 352 | } |
---|
| 353 | |
---|
| 354 | .x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split { |
---|
| 355 | background-image:url(../images/default/button/s-arrow-o.gif); |
---|
| 356 | } |
---|
| 357 | |
---|
| 358 | .x-btn-mc em.x-btn-arrow-bottom { |
---|
| 359 | background-image:url(../images/default/button/s-arrow-b-noline.gif); |
---|
| 360 | } |
---|
| 361 | |
---|
| 362 | .x-btn-mc em.x-btn-split-bottom { |
---|
| 363 | background-image:url(../images/default/button/s-arrow-b.gif); |
---|
| 364 | } |
---|
| 365 | |
---|
| 366 | .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom { |
---|
| 367 | background-image:url(../images/default/button/s-arrow-bo.gif); |
---|
| 368 | } |
---|
| 369 | |
---|
| 370 | .x-btn-group-header { |
---|
| 371 | color: #3e6aaa; |
---|
| 372 | } |
---|
| 373 | |
---|
| 374 | .x-btn-group-tc { |
---|
| 375 | background-image: url(../images/default/button/group-tb.gif); |
---|
| 376 | } |
---|
| 377 | |
---|
| 378 | .x-btn-group-tl { |
---|
| 379 | background-image: url(../images/default/button/group-cs.gif); |
---|
| 380 | } |
---|
| 381 | |
---|
| 382 | .x-btn-group-tr { |
---|
| 383 | background-image: url(../images/default/button/group-cs.gif); |
---|
| 384 | } |
---|
| 385 | |
---|
| 386 | .x-btn-group-bc { |
---|
| 387 | background-image: url(../images/default/button/group-tb.gif); |
---|
| 388 | } |
---|
| 389 | |
---|
| 390 | .x-btn-group-bl { |
---|
| 391 | background-image: url(../images/default/button/group-cs.gif); |
---|
| 392 | } |
---|
| 393 | |
---|
| 394 | .x-btn-group-br { |
---|
| 395 | background-image: url(../images/default/button/group-cs.gif); |
---|
| 396 | } |
---|
| 397 | |
---|
| 398 | .x-btn-group-ml { |
---|
| 399 | background-image: url(../images/default/button/group-lr.gif); |
---|
| 400 | } |
---|
| 401 | .x-btn-group-mr { |
---|
| 402 | background-image: url(../images/default/button/group-lr.gif); |
---|
| 403 | } |
---|
| 404 | |
---|
| 405 | .x-btn-group-notitle .x-btn-group-tc { |
---|
| 406 | background-image: url(../images/default/button/group-tb.gif); |
---|
| 407 | }.x-toolbar{ |
---|
| 408 | border-color:#a9bfd3; |
---|
| 409 | background-color:#d0def0; |
---|
| 410 | background-image:url(../images/default/toolbar/bg.gif); |
---|
| 411 | } |
---|
| 412 | |
---|
| 413 | .x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{ |
---|
| 414 | font:normal 11px arial,tahoma, helvetica, sans-serif; |
---|
| 415 | } |
---|
| 416 | |
---|
| 417 | .x-toolbar .x-item-disabled { |
---|
| 418 | color:gray; |
---|
| 419 | } |
---|
| 420 | |
---|
| 421 | .x-toolbar .x-item-disabled * { |
---|
| 422 | color:gray; |
---|
| 423 | } |
---|
| 424 | |
---|
| 425 | .x-toolbar .x-btn-mc em.x-btn-split { |
---|
| 426 | background-image:url(../images/default/button/s-arrow-noline.gif); |
---|
| 427 | } |
---|
| 428 | |
---|
| 429 | .x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, |
---|
| 430 | .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split |
---|
| 431 | { |
---|
| 432 | background-image:url(../images/default/button/s-arrow-o.gif); |
---|
| 433 | } |
---|
| 434 | |
---|
| 435 | .x-toolbar .x-btn-mc em.x-btn-split-bottom { |
---|
| 436 | background-image:url(../images/default/button/s-arrow-b-noline.gif); |
---|
| 437 | } |
---|
| 438 | |
---|
| 439 | .x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, |
---|
| 440 | .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom |
---|
| 441 | { |
---|
| 442 | background-image:url(../images/default/button/s-arrow-bo.gif); |
---|
| 443 | } |
---|
| 444 | |
---|
| 445 | .x-toolbar .xtb-sep { |
---|
| 446 | background-image: url(../images/default/grid/grid-blue-split.gif); |
---|
| 447 | } |
---|
| 448 | |
---|
| 449 | .x-tbar-page-first{ |
---|
| 450 | background-image: url(../images/default/grid/page-first.gif) !important; |
---|
| 451 | } |
---|
| 452 | |
---|
| 453 | .x-tbar-loading{ |
---|
| 454 | background-image: url(../images/default/grid/refresh.gif) !important; |
---|
| 455 | } |
---|
| 456 | |
---|
| 457 | .x-tbar-page-last{ |
---|
| 458 | background-image: url(../images/default/grid/page-last.gif) !important; |
---|
| 459 | } |
---|
| 460 | |
---|
| 461 | .x-tbar-page-next{ |
---|
| 462 | background-image: url(../images/default/grid/page-next.gif) !important; |
---|
| 463 | } |
---|
| 464 | |
---|
| 465 | .x-tbar-page-prev{ |
---|
| 466 | background-image: url(../images/default/grid/page-prev.gif) !important; |
---|
| 467 | } |
---|
| 468 | |
---|
| 469 | .x-item-disabled .x-tbar-loading{ |
---|
| 470 | background-image: url(../images/default/grid/refresh-disabled.gif) !important; |
---|
| 471 | } |
---|
| 472 | |
---|
| 473 | .x-item-disabled .x-tbar-page-first{ |
---|
| 474 | background-image: url(../images/default/grid/page-first-disabled.gif) !important; |
---|
| 475 | } |
---|
| 476 | |
---|
| 477 | .x-item-disabled .x-tbar-page-last{ |
---|
| 478 | background-image: url(../images/default/grid/page-last-disabled.gif) !important; |
---|
| 479 | } |
---|
| 480 | |
---|
| 481 | .x-item-disabled .x-tbar-page-next{ |
---|
| 482 | background-image: url(../images/default/grid/page-next-disabled.gif) !important; |
---|
| 483 | } |
---|
| 484 | |
---|
| 485 | .x-item-disabled .x-tbar-page-prev{ |
---|
| 486 | background-image: url(../images/default/grid/page-prev-disabled.gif) !important; |
---|
| 487 | } |
---|
| 488 | |
---|
| 489 | .x-paging-info { |
---|
| 490 | color:#444; |
---|
| 491 | } |
---|
| 492 | |
---|
| 493 | .x-toolbar-more-icon { |
---|
| 494 | background-image: url(../images/default/toolbar/more.gif) !important; |
---|
| 495 | }.x-resizable-handle { |
---|
| 496 | background-color:#fff; |
---|
| 497 | } |
---|
| 498 | |
---|
| 499 | .x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east, |
---|
| 500 | .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west |
---|
| 501 | { |
---|
| 502 | background-image:url(../images/default/sizer/e-handle.gif); |
---|
| 503 | } |
---|
| 504 | |
---|
| 505 | .x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south, |
---|
| 506 | .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north |
---|
| 507 | { |
---|
| 508 | background-image:url(../images/default/sizer/s-handle.gif); |
---|
| 509 | } |
---|
| 510 | |
---|
| 511 | .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{ |
---|
| 512 | background-image:url(../images/default/sizer/s-handle.gif); |
---|
| 513 | } |
---|
| 514 | .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{ |
---|
| 515 | background-image:url(../images/default/sizer/se-handle.gif); |
---|
| 516 | } |
---|
| 517 | .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{ |
---|
| 518 | background-image:url(../images/default/sizer/nw-handle.gif); |
---|
| 519 | } |
---|
| 520 | .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{ |
---|
| 521 | background-image:url(../images/default/sizer/ne-handle.gif); |
---|
| 522 | } |
---|
| 523 | .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{ |
---|
| 524 | background-image:url(../images/default/sizer/sw-handle.gif); |
---|
| 525 | } |
---|
| 526 | .x-resizable-proxy{ |
---|
| 527 | border-color:#3b5a82; |
---|
| 528 | } |
---|
| 529 | .x-resizable-overlay{ |
---|
| 530 | background-color:#fff; |
---|
| 531 | } |
---|
| 532 | .x-grid3 { |
---|
| 533 | background-color:#fff; |
---|
| 534 | } |
---|
| 535 | |
---|
| 536 | .x-grid-panel .x-panel-mc .x-panel-body { |
---|
| 537 | border-color:#99bbe8; |
---|
| 538 | } |
---|
| 539 | |
---|
| 540 | .x-grid3-row td, .x-grid3-summary-row td{ |
---|
| 541 | font:normal 11px/13px arial, tahoma, helvetica, sans-serif; |
---|
| 542 | } |
---|
| 543 | |
---|
| 544 | .x-grid3-hd-row td { |
---|
| 545 | font:normal 11px/15px arial, tahoma, helvetica, sans-serif; |
---|
| 546 | } |
---|
| 547 | |
---|
| 548 | |
---|
| 549 | .x-grid3-hd-row td { |
---|
| 550 | border-left-color:#eee; |
---|
| 551 | border-right-color:#d0d0d0; |
---|
| 552 | } |
---|
| 553 | |
---|
| 554 | .x-grid-row-loading { |
---|
| 555 | background-color: #fff; |
---|
| 556 | background-image:url(../images/default/shared/loading-balls.gif); |
---|
| 557 | } |
---|
| 558 | |
---|
| 559 | .x-grid3-row { |
---|
| 560 | border-color:#ededed; |
---|
| 561 | border-top-color:#fff; |
---|
| 562 | } |
---|
| 563 | |
---|
| 564 | .x-grid3-row-alt{ |
---|
| 565 | background-color:#fafafa; |
---|
| 566 | } |
---|
| 567 | |
---|
| 568 | .x-grid3-row-over { |
---|
| 569 | border-color:#ddd; |
---|
| 570 | background-color:#efefef; |
---|
| 571 | background-image:url(../images/default/grid/row-over.gif); |
---|
| 572 | } |
---|
| 573 | |
---|
| 574 | .x-grid3-resize-proxy { |
---|
| 575 | background-color:#777; |
---|
| 576 | } |
---|
| 577 | |
---|
| 578 | .x-grid3-resize-marker { |
---|
| 579 | background-color:#777; |
---|
| 580 | } |
---|
| 581 | |
---|
| 582 | .x-grid3-header{ |
---|
| 583 | background-color:#f9f9f9; |
---|
| 584 | background-image:url(../images/default/grid/grid3-hrow.gif); |
---|
| 585 | } |
---|
| 586 | |
---|
| 587 | .x-grid3-header-pop { |
---|
| 588 | border-left-color:#d0d0d0; |
---|
| 589 | } |
---|
| 590 | |
---|
| 591 | .x-grid3-header-pop-inner { |
---|
| 592 | border-left-color:#eee; |
---|
| 593 | background-image:url(../images/default/grid/hd-pop.gif); |
---|
| 594 | } |
---|
| 595 | |
---|
| 596 | td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open { |
---|
| 597 | border-left-color:#aaccf6; |
---|
| 598 | border-right-color:#aaccf6; |
---|
| 599 | } |
---|
| 600 | |
---|
| 601 | td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner { |
---|
| 602 | background-color:#ebf3fd; |
---|
| 603 | background-image:url(../images/default/grid/grid3-hrow-over.gif); |
---|
| 604 | |
---|
| 605 | } |
---|
| 606 | |
---|
| 607 | .sort-asc .x-grid3-sort-icon { |
---|
| 608 | background-image: url(../images/default/grid/sort_asc.gif); |
---|
| 609 | } |
---|
| 610 | |
---|
| 611 | .sort-desc .x-grid3-sort-icon { |
---|
| 612 | background-image: url(../images/default/grid/sort_desc.gif); |
---|
| 613 | } |
---|
| 614 | |
---|
| 615 | .x-grid3-cell-text, .x-grid3-hd-text { |
---|
| 616 | color:#000; |
---|
| 617 | } |
---|
| 618 | |
---|
| 619 | .x-grid3-split { |
---|
| 620 | background-image: url(../images/default/grid/grid-split.gif); |
---|
| 621 | } |
---|
| 622 | |
---|
| 623 | .x-grid3-hd-text { |
---|
| 624 | color:#15428b; |
---|
| 625 | } |
---|
| 626 | |
---|
| 627 | .x-dd-drag-proxy .x-grid3-hd-inner{ |
---|
| 628 | background-color:#ebf3fd; |
---|
| 629 | background-image:url(../images/default/grid/grid3-hrow-over.gif); |
---|
| 630 | border-color:#aaccf6; |
---|
| 631 | } |
---|
| 632 | |
---|
| 633 | .col-move-top{ |
---|
| 634 | background-image:url(../images/default/grid/col-move-top.gif); |
---|
| 635 | } |
---|
| 636 | |
---|
| 637 | .col-move-bottom{ |
---|
| 638 | background-image:url(../images/default/grid/col-move-bottom.gif); |
---|
| 639 | } |
---|
| 640 | |
---|
| 641 | td.grid-hd-group-cell { |
---|
| 642 | background: url(../images/default/grid/grid3-hrow.gif) repeat-x bottom; |
---|
| 643 | } |
---|
| 644 | |
---|
| 645 | .x-grid3-row-selected { |
---|
| 646 | background-color: #dfe8f6 !important; |
---|
| 647 | background-image: none; |
---|
| 648 | border-color:#a3bae9; |
---|
| 649 | } |
---|
| 650 | |
---|
| 651 | .x-grid3-cell-selected{ |
---|
| 652 | background-color: #b8cfee !important; |
---|
| 653 | color:#000; |
---|
| 654 | } |
---|
| 655 | |
---|
| 656 | .x-grid3-cell-selected span{ |
---|
| 657 | color:#000 !important; |
---|
| 658 | } |
---|
| 659 | |
---|
| 660 | .x-grid3-cell-selected .x-grid3-cell-text{ |
---|
| 661 | color:#000; |
---|
| 662 | } |
---|
| 663 | |
---|
| 664 | .x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{ |
---|
| 665 | background-color:#ebeadb !important; |
---|
| 666 | background-image:url(../images/default/grid/grid-hrow.gif) !important; |
---|
| 667 | color:#000; |
---|
| 668 | border-top-color:#fff; |
---|
| 669 | border-right-color:#6fa0df !important; |
---|
| 670 | } |
---|
| 671 | |
---|
| 672 | .x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{ |
---|
| 673 | color:#15428b !important; |
---|
| 674 | } |
---|
| 675 | |
---|
| 676 | .x-grid3-dirty-cell { |
---|
| 677 | background-image:url(../images/default/grid/dirty.gif); |
---|
| 678 | } |
---|
| 679 | |
---|
| 680 | .x-grid3-topbar, .x-grid3-bottombar{ |
---|
| 681 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
| 682 | } |
---|
| 683 | |
---|
| 684 | .x-grid3-bottombar .x-toolbar{ |
---|
| 685 | border-top-color:#a9bfd3; |
---|
| 686 | } |
---|
| 687 | |
---|
| 688 | .x-props-grid .x-grid3-td-name .x-grid3-cell-inner{ |
---|
| 689 | background-image:url(../images/default/grid/grid3-special-col-bg.gif) !important; |
---|
| 690 | color:#000 !important; |
---|
| 691 | } |
---|
| 692 | |
---|
| 693 | .x-props-grid .x-grid3-body .x-grid3-td-name{ |
---|
| 694 | background-color:#fff !important; |
---|
| 695 | border-right-color:#eee; |
---|
| 696 | } |
---|
| 697 | |
---|
| 698 | .xg-hmenu-sort-asc .x-menu-item-icon{ |
---|
| 699 | background-image: url(../images/default/grid/hmenu-asc.gif); |
---|
| 700 | } |
---|
| 701 | |
---|
| 702 | .xg-hmenu-sort-desc .x-menu-item-icon{ |
---|
| 703 | background-image: url(../images/default/grid/hmenu-desc.gif); |
---|
| 704 | } |
---|
| 705 | |
---|
| 706 | .xg-hmenu-lock .x-menu-item-icon{ |
---|
| 707 | background-image: url(../images/default/grid/hmenu-lock.gif); |
---|
| 708 | } |
---|
| 709 | |
---|
| 710 | .xg-hmenu-unlock .x-menu-item-icon{ |
---|
| 711 | background-image: url(../images/default/grid/hmenu-unlock.gif); |
---|
| 712 | } |
---|
| 713 | |
---|
| 714 | .x-grid3-hd-btn { |
---|
| 715 | background-color:#c3daf9; |
---|
| 716 | background-image:url(../images/default/grid/grid3-hd-btn.gif); |
---|
| 717 | } |
---|
| 718 | |
---|
| 719 | .x-grid3-body .x-grid3-td-expander { |
---|
| 720 | background-image:url(../images/default/grid/grid3-special-col-bg.gif); |
---|
| 721 | } |
---|
| 722 | |
---|
| 723 | .x-grid3-row-expander { |
---|
| 724 | background-image:url(../images/default/grid/row-expand-sprite.gif); |
---|
| 725 | } |
---|
| 726 | |
---|
| 727 | .x-grid3-body .x-grid3-td-checker { |
---|
| 728 | background-image: url(../images/default/grid/grid3-special-col-bg.gif); |
---|
| 729 | } |
---|
| 730 | |
---|
| 731 | .x-grid3-row-checker, .x-grid3-hd-checker { |
---|
| 732 | background-image:url(../images/default/grid/row-check-sprite.gif); |
---|
| 733 | } |
---|
| 734 | |
---|
| 735 | .x-grid3-body .x-grid3-td-numberer { |
---|
| 736 | background-image:url(../images/default/grid/grid3-special-col-bg.gif); |
---|
| 737 | } |
---|
| 738 | |
---|
| 739 | .x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner { |
---|
| 740 | color:#444; |
---|
| 741 | } |
---|
| 742 | |
---|
| 743 | .x-grid3-body .x-grid3-td-row-icon { |
---|
| 744 | background-image:url(../images/default/grid/grid3-special-col-bg.gif); |
---|
| 745 | } |
---|
| 746 | |
---|
| 747 | .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, |
---|
| 748 | .x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, |
---|
| 749 | .x-grid3-body .x-grid3-row-selected .x-grid3-td-expander { |
---|
| 750 | background-image:url(../images/default/grid/grid3-special-col-sel-bg.gif); |
---|
| 751 | } |
---|
| 752 | |
---|
| 753 | .x-grid3-check-col { |
---|
| 754 | background-image:url(../images/default/menu/unchecked.gif); |
---|
| 755 | } |
---|
| 756 | |
---|
| 757 | .x-grid3-check-col-on { |
---|
| 758 | background-image:url(../images/default/menu/checked.gif); |
---|
| 759 | } |
---|
| 760 | |
---|
| 761 | .x-grid-group, .x-grid-group-body, .x-grid-group-hd { |
---|
| 762 | zoom:1; |
---|
| 763 | } |
---|
| 764 | |
---|
| 765 | .x-grid-group-hd { |
---|
| 766 | border-bottom-color:#99bbe8; |
---|
| 767 | } |
---|
| 768 | |
---|
| 769 | .x-grid-group-hd div.x-grid-group-title { |
---|
| 770 | background-image:url(../images/default/grid/group-collapse.gif); |
---|
| 771 | color:#3764a0; |
---|
| 772 | font:bold 11px tahoma, arial, helvetica, sans-serif; |
---|
| 773 | } |
---|
| 774 | |
---|
| 775 | .x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title { |
---|
| 776 | background-image:url(../images/default/grid/group-expand.gif); |
---|
| 777 | } |
---|
| 778 | |
---|
| 779 | .x-group-by-icon { |
---|
| 780 | background-image:url(../images/default/grid/group-by.gif); |
---|
| 781 | } |
---|
| 782 | |
---|
| 783 | .x-cols-icon { |
---|
| 784 | background-image:url(../images/default/grid/columns.gif); |
---|
| 785 | } |
---|
| 786 | |
---|
| 787 | .x-show-groups-icon { |
---|
| 788 | background-image:url(../images/default/grid/group-by.gif); |
---|
| 789 | } |
---|
| 790 | |
---|
| 791 | .x-grid-empty { |
---|
| 792 | color:gray; |
---|
| 793 | font:normal 11px tahoma, arial, helvetica, sans-serif; |
---|
| 794 | } |
---|
| 795 | |
---|
| 796 | .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell { |
---|
| 797 | border-right-color:#ededed; |
---|
| 798 | } |
---|
| 799 | |
---|
| 800 | .x-grid-with-col-lines .x-grid3-row-selected { |
---|
| 801 | border-top-color:#a3bae9; |
---|
| 802 | }.x-pivotgrid .x-grid3-header-offset table td { |
---|
| 803 | background: url(../images/default/grid/grid3-hrow.gif) repeat-x 50% 100%; |
---|
| 804 | border-left: 1px solid; |
---|
| 805 | border-right: 1px solid; |
---|
| 806 | border-left-color: #EEE; |
---|
| 807 | border-right-color: #D0D0D0; |
---|
| 808 | } |
---|
| 809 | |
---|
| 810 | .x-pivotgrid .x-grid3-row-headers { |
---|
| 811 | background-color: #f9f9f9; |
---|
| 812 | } |
---|
| 813 | |
---|
| 814 | .x-pivotgrid .x-grid3-row-headers table td { |
---|
| 815 | background: #EEE url(../images/default/grid/grid3-rowheader.gif) repeat-x left top; |
---|
| 816 | border-left: 1px solid; |
---|
| 817 | border-right: 1px solid; |
---|
| 818 | border-left-color: #EEE; |
---|
| 819 | border-right-color: #D0D0D0; |
---|
| 820 | border-bottom: 1px solid; |
---|
| 821 | border-bottom-color: #D0D0D0; |
---|
| 822 | height: 18px; |
---|
| 823 | } |
---|
| 824 | .x-dd-drag-ghost{ |
---|
| 825 | color:#000; |
---|
| 826 | font: normal 11px arial, helvetica, sans-serif; |
---|
| 827 | border-color: #ddd #bbb #bbb #ddd; |
---|
| 828 | background-color:#fff; |
---|
| 829 | } |
---|
| 830 | |
---|
| 831 | .x-dd-drop-nodrop .x-dd-drop-icon{ |
---|
| 832 | background-image: url(../images/default/dd/drop-no.gif); |
---|
| 833 | } |
---|
| 834 | |
---|
| 835 | .x-dd-drop-ok .x-dd-drop-icon{ |
---|
| 836 | background-image: url(../images/default/dd/drop-yes.gif); |
---|
| 837 | } |
---|
| 838 | |
---|
| 839 | .x-dd-drop-ok-add .x-dd-drop-icon{ |
---|
| 840 | background-image: url(../images/default/dd/drop-add.gif); |
---|
| 841 | } |
---|
| 842 | |
---|
| 843 | .x-view-selector { |
---|
| 844 | background-color:#c3daf9; |
---|
| 845 | border-color:#3399bb; |
---|
| 846 | }.x-tree-node-expanded .x-tree-node-icon{ |
---|
| 847 | background-image:url(../images/default/tree/folder-open.gif); |
---|
| 848 | } |
---|
| 849 | |
---|
| 850 | .x-tree-node-leaf .x-tree-node-icon{ |
---|
| 851 | background-image:url(../images/default/tree/leaf.gif); |
---|
| 852 | } |
---|
| 853 | |
---|
| 854 | .x-tree-node-collapsed .x-tree-node-icon{ |
---|
| 855 | background-image:url(../images/default/tree/folder.gif); |
---|
| 856 | } |
---|
| 857 | |
---|
| 858 | .x-tree-node-loading .x-tree-node-icon{ |
---|
| 859 | background-image:url(../images/default/tree/loading.gif) !important; |
---|
| 860 | } |
---|
| 861 | |
---|
| 862 | .x-tree-node .x-tree-node-inline-icon { |
---|
| 863 | background-image: none; |
---|
| 864 | } |
---|
| 865 | |
---|
| 866 | .x-tree-node-loading a span{ |
---|
| 867 | font-style: italic; |
---|
| 868 | color:#444444; |
---|
| 869 | } |
---|
| 870 | |
---|
| 871 | .x-tree-lines .x-tree-elbow{ |
---|
| 872 | background-image:url(../images/default/tree/elbow.gif); |
---|
| 873 | } |
---|
| 874 | |
---|
| 875 | .x-tree-lines .x-tree-elbow-plus{ |
---|
| 876 | background-image:url(../images/default/tree/elbow-plus.gif); |
---|
| 877 | } |
---|
| 878 | |
---|
| 879 | .x-tree-lines .x-tree-elbow-minus{ |
---|
| 880 | background-image:url(../images/default/tree/elbow-minus.gif); |
---|
| 881 | } |
---|
| 882 | |
---|
| 883 | .x-tree-lines .x-tree-elbow-end{ |
---|
| 884 | background-image:url(../images/default/tree/elbow-end.gif); |
---|
| 885 | } |
---|
| 886 | |
---|
| 887 | .x-tree-lines .x-tree-elbow-end-plus{ |
---|
| 888 | background-image:url(../images/default/tree/elbow-end-plus.gif); |
---|
| 889 | } |
---|
| 890 | |
---|
| 891 | .x-tree-lines .x-tree-elbow-end-minus{ |
---|
| 892 | background-image:url(../images/default/tree/elbow-end-minus.gif); |
---|
| 893 | } |
---|
| 894 | |
---|
| 895 | .x-tree-lines .x-tree-elbow-line{ |
---|
| 896 | background-image:url(../images/default/tree/elbow-line.gif); |
---|
| 897 | } |
---|
| 898 | |
---|
| 899 | .x-tree-no-lines .x-tree-elbow-plus{ |
---|
| 900 | background-image:url(../images/default/tree/elbow-plus-nl.gif); |
---|
| 901 | } |
---|
| 902 | |
---|
| 903 | .x-tree-no-lines .x-tree-elbow-minus{ |
---|
| 904 | background-image:url(../images/default/tree/elbow-minus-nl.gif); |
---|
| 905 | } |
---|
| 906 | |
---|
| 907 | .x-tree-no-lines .x-tree-elbow-end-plus{ |
---|
| 908 | background-image:url(../images/default/tree/elbow-end-plus-nl.gif); |
---|
| 909 | } |
---|
| 910 | |
---|
| 911 | .x-tree-no-lines .x-tree-elbow-end-minus{ |
---|
| 912 | background-image:url(../images/default/tree/elbow-end-minus-nl.gif); |
---|
| 913 | } |
---|
| 914 | |
---|
| 915 | .x-tree-arrows .x-tree-elbow-plus{ |
---|
| 916 | background-image:url(../images/default/tree/arrows.gif); |
---|
| 917 | } |
---|
| 918 | |
---|
| 919 | .x-tree-arrows .x-tree-elbow-minus{ |
---|
| 920 | background-image:url(../images/default/tree/arrows.gif); |
---|
| 921 | } |
---|
| 922 | |
---|
| 923 | .x-tree-arrows .x-tree-elbow-end-plus{ |
---|
| 924 | background-image:url(../images/default/tree/arrows.gif); |
---|
| 925 | } |
---|
| 926 | |
---|
| 927 | .x-tree-arrows .x-tree-elbow-end-minus{ |
---|
| 928 | background-image:url(../images/default/tree/arrows.gif); |
---|
| 929 | } |
---|
| 930 | |
---|
| 931 | .x-tree-node{ |
---|
| 932 | color:#000; |
---|
| 933 | font: normal 11px arial, tahoma, helvetica, sans-serif; |
---|
| 934 | } |
---|
| 935 | |
---|
| 936 | .x-tree-node a, .x-dd-drag-ghost a{ |
---|
| 937 | color:#000; |
---|
| 938 | } |
---|
| 939 | |
---|
| 940 | .x-tree-node a span, .x-dd-drag-ghost a span{ |
---|
| 941 | color:#000; |
---|
| 942 | } |
---|
| 943 | |
---|
| 944 | .x-tree-node .x-tree-node-disabled a span{ |
---|
| 945 | color:gray !important; |
---|
| 946 | } |
---|
| 947 | |
---|
| 948 | .x-tree-node div.x-tree-drag-insert-below{ |
---|
| 949 | border-bottom-color:#36c; |
---|
| 950 | } |
---|
| 951 | |
---|
| 952 | .x-tree-node div.x-tree-drag-insert-above{ |
---|
| 953 | border-top-color:#36c; |
---|
| 954 | } |
---|
| 955 | |
---|
| 956 | .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{ |
---|
| 957 | border-bottom-color:#36c; |
---|
| 958 | } |
---|
| 959 | |
---|
| 960 | .x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{ |
---|
| 961 | border-top-color:#36c; |
---|
| 962 | } |
---|
| 963 | |
---|
| 964 | .x-tree-node .x-tree-drag-append a span{ |
---|
| 965 | background-color:#ddd; |
---|
| 966 | border-color:gray; |
---|
| 967 | } |
---|
| 968 | |
---|
| 969 | .x-tree-node .x-tree-node-over { |
---|
| 970 | background-color: #eee; |
---|
| 971 | } |
---|
| 972 | |
---|
| 973 | .x-tree-node .x-tree-selected { |
---|
| 974 | background-color: #d9e8fb; |
---|
| 975 | } |
---|
| 976 | |
---|
| 977 | .x-tree-drop-ok-append .x-dd-drop-icon{ |
---|
| 978 | background-image: url(../images/default/tree/drop-add.gif); |
---|
| 979 | } |
---|
| 980 | |
---|
| 981 | .x-tree-drop-ok-above .x-dd-drop-icon{ |
---|
| 982 | background-image: url(../images/default/tree/drop-over.gif); |
---|
| 983 | } |
---|
| 984 | |
---|
| 985 | .x-tree-drop-ok-below .x-dd-drop-icon{ |
---|
| 986 | background-image: url(../images/default/tree/drop-under.gif); |
---|
| 987 | } |
---|
| 988 | |
---|
| 989 | .x-tree-drop-ok-between .x-dd-drop-icon{ |
---|
| 990 | background-image: url(../images/default/tree/drop-between.gif); |
---|
| 991 | }.x-date-picker { |
---|
| 992 | border-color: #1b376c; |
---|
| 993 | background-color:#fff; |
---|
| 994 | } |
---|
| 995 | |
---|
| 996 | .x-date-middle,.x-date-left,.x-date-right { |
---|
| 997 | background-image: url(../images/default/shared/hd-sprite.gif); |
---|
| 998 | color:#fff; |
---|
| 999 | font:bold 11px "sans serif", tahoma, verdana, helvetica; |
---|
| 1000 | } |
---|
| 1001 | |
---|
| 1002 | .x-date-middle .x-btn .x-btn-text { |
---|
| 1003 | color:#fff; |
---|
| 1004 | } |
---|
| 1005 | |
---|
| 1006 | .x-date-middle .x-btn-mc em.x-btn-arrow { |
---|
| 1007 | background-image:url(../images/default/toolbar/btn-arrow-light.gif); |
---|
| 1008 | } |
---|
| 1009 | |
---|
| 1010 | .x-date-right a { |
---|
| 1011 | background-image: url(../images/default/shared/right-btn.gif); |
---|
| 1012 | } |
---|
| 1013 | |
---|
| 1014 | .x-date-left a{ |
---|
| 1015 | background-image: url(../images/default/shared/left-btn.gif); |
---|
| 1016 | } |
---|
| 1017 | |
---|
| 1018 | .x-date-inner th { |
---|
| 1019 | background-color:#dfecfb; |
---|
| 1020 | background-image:url(../images/default/shared/glass-bg.gif); |
---|
| 1021 | border-bottom-color:#a3bad9; |
---|
| 1022 | font:normal 10px arial, helvetica,tahoma,sans-serif; |
---|
| 1023 | color:#233d6d; |
---|
| 1024 | } |
---|
| 1025 | |
---|
| 1026 | .x-date-inner td { |
---|
| 1027 | border-color:#fff; |
---|
| 1028 | } |
---|
| 1029 | |
---|
| 1030 | .x-date-inner a { |
---|
| 1031 | font:normal 11px arial, helvetica,tahoma,sans-serif; |
---|
| 1032 | color:#000; |
---|
| 1033 | } |
---|
| 1034 | |
---|
| 1035 | .x-date-inner .x-date-active{ |
---|
| 1036 | color:#000; |
---|
| 1037 | } |
---|
| 1038 | |
---|
| 1039 | .x-date-inner .x-date-selected a{ |
---|
| 1040 | background-color:#dfecfb; |
---|
| 1041 | background-image:url(../images/default/shared/glass-bg.gif); |
---|
| 1042 | border-color:#8db2e3; |
---|
| 1043 | } |
---|
| 1044 | |
---|
| 1045 | .x-date-inner .x-date-today a{ |
---|
| 1046 | border-color:darkred; |
---|
| 1047 | } |
---|
| 1048 | |
---|
| 1049 | .x-date-inner .x-date-selected span{ |
---|
| 1050 | font-weight:bold; |
---|
| 1051 | } |
---|
| 1052 | |
---|
| 1053 | .x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a { |
---|
| 1054 | color:#aaa; |
---|
| 1055 | } |
---|
| 1056 | |
---|
| 1057 | .x-date-bottom { |
---|
| 1058 | border-top-color:#a3bad9; |
---|
| 1059 | background-color:#dfecfb; |
---|
| 1060 | background-image:url(../images/default/shared/glass-bg.gif); |
---|
| 1061 | } |
---|
| 1062 | |
---|
| 1063 | .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{ |
---|
| 1064 | color:#000; |
---|
| 1065 | background-color:#ddecfe; |
---|
| 1066 | } |
---|
| 1067 | |
---|
| 1068 | .x-date-inner .x-date-disabled a { |
---|
| 1069 | background-color:#eee; |
---|
| 1070 | color:#bbb; |
---|
| 1071 | } |
---|
| 1072 | |
---|
| 1073 | .x-date-mmenu{ |
---|
| 1074 | background-color:#eee !important; |
---|
| 1075 | } |
---|
| 1076 | |
---|
| 1077 | .x-date-mmenu .x-menu-item { |
---|
| 1078 | font-size:10px; |
---|
| 1079 | color:#000; |
---|
| 1080 | } |
---|
| 1081 | |
---|
| 1082 | .x-date-mp { |
---|
| 1083 | background-color:#fff; |
---|
| 1084 | } |
---|
| 1085 | |
---|
| 1086 | .x-date-mp td { |
---|
| 1087 | font:normal 11px arial, helvetica,tahoma,sans-serif; |
---|
| 1088 | } |
---|
| 1089 | |
---|
| 1090 | .x-date-mp-btns button { |
---|
| 1091 | background-color:#083772; |
---|
| 1092 | color:#fff; |
---|
| 1093 | border-color: #3366cc #000055 #000055 #3366cc; |
---|
| 1094 | font:normal 11px arial, helvetica,tahoma,sans-serif; |
---|
| 1095 | } |
---|
| 1096 | |
---|
| 1097 | .x-date-mp-btns { |
---|
| 1098 | background-color: #dfecfb; |
---|
| 1099 | background-image: url(../images/default/shared/glass-bg.gif); |
---|
| 1100 | } |
---|
| 1101 | |
---|
| 1102 | .x-date-mp-btns td { |
---|
| 1103 | border-top-color: #c5d2df; |
---|
| 1104 | } |
---|
| 1105 | |
---|
| 1106 | td.x-date-mp-month a,td.x-date-mp-year a { |
---|
| 1107 | color:#15428b; |
---|
| 1108 | } |
---|
| 1109 | |
---|
| 1110 | td.x-date-mp-month a:hover,td.x-date-mp-year a:hover { |
---|
| 1111 | color:#15428b; |
---|
| 1112 | background-color: #ddecfe; |
---|
| 1113 | } |
---|
| 1114 | |
---|
| 1115 | td.x-date-mp-sel a { |
---|
| 1116 | background-color: #dfecfb; |
---|
| 1117 | background-image: url(../images/default/shared/glass-bg.gif); |
---|
| 1118 | border-color:#8db2e3; |
---|
| 1119 | } |
---|
| 1120 | |
---|
| 1121 | .x-date-mp-ybtn a { |
---|
| 1122 | background-image:url(../images/default/panel/tool-sprites.gif); |
---|
| 1123 | } |
---|
| 1124 | |
---|
| 1125 | td.x-date-mp-sep { |
---|
| 1126 | border-right-color:#c5d2df; |
---|
| 1127 | }.x-tip .x-tip-close{ |
---|
| 1128 | background-image: url(../images/default/qtip/close.gif); |
---|
| 1129 | } |
---|
| 1130 | |
---|
| 1131 | .x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr { |
---|
| 1132 | background-image: url(../images/default/qtip/tip-sprite.gif); |
---|
| 1133 | } |
---|
| 1134 | |
---|
| 1135 | .x-tip .x-tip-mc { |
---|
| 1136 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
---|
| 1137 | } |
---|
| 1138 | .x-tip .x-tip-ml { |
---|
| 1139 | background-color: #fff; |
---|
| 1140 | } |
---|
| 1141 | |
---|
| 1142 | .x-tip .x-tip-header-text { |
---|
| 1143 | font: bold 11px tahoma,arial,helvetica,sans-serif; |
---|
| 1144 | color:#444; |
---|
| 1145 | } |
---|
| 1146 | |
---|
| 1147 | .x-tip .x-tip-body { |
---|
| 1148 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
---|
| 1149 | color:#444; |
---|
| 1150 | } |
---|
| 1151 | |
---|
| 1152 | .x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc, |
---|
| 1153 | .x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr |
---|
| 1154 | { |
---|
| 1155 | background-image: url(../images/default/form/error-tip-corners.gif); |
---|
| 1156 | } |
---|
| 1157 | |
---|
| 1158 | .x-form-invalid-tip .x-tip-body { |
---|
| 1159 | background-image:url(../images/default/form/exclamation.gif); |
---|
| 1160 | } |
---|
| 1161 | |
---|
| 1162 | .x-tip-anchor { |
---|
| 1163 | background-image:url(../images/default/qtip/tip-anchor-sprite.gif); |
---|
| 1164 | }.x-menu { |
---|
| 1165 | background-color:#f0f0f0; |
---|
| 1166 | background-image:url(../images/default/menu/menu.gif); |
---|
| 1167 | } |
---|
| 1168 | |
---|
| 1169 | .x-menu-floating{ |
---|
| 1170 | border-color:#718bb7; |
---|
| 1171 | } |
---|
| 1172 | |
---|
| 1173 | .x-menu-nosep { |
---|
| 1174 | background-image:none; |
---|
| 1175 | } |
---|
| 1176 | |
---|
| 1177 | .x-menu-list-item{ |
---|
| 1178 | font:normal 11px arial,tahoma,sans-serif; |
---|
| 1179 | } |
---|
| 1180 | |
---|
| 1181 | .x-menu-item-arrow{ |
---|
| 1182 | background-image:url(../images/default/menu/menu-parent.gif); |
---|
| 1183 | } |
---|
| 1184 | |
---|
| 1185 | .x-menu-sep { |
---|
| 1186 | background-color:#e0e0e0; |
---|
| 1187 | border-bottom-color:#fff; |
---|
| 1188 | } |
---|
| 1189 | |
---|
| 1190 | a.x-menu-item { |
---|
| 1191 | color:#222; |
---|
| 1192 | } |
---|
| 1193 | |
---|
| 1194 | .x-menu-item-active { |
---|
| 1195 | background-image: url(../images/default/menu/item-over.gif); |
---|
| 1196 | background-color: #dbecf4; |
---|
| 1197 | border-color:#aaccf6; |
---|
| 1198 | } |
---|
| 1199 | |
---|
| 1200 | .x-menu-item-active a.x-menu-item { |
---|
| 1201 | border-color:#aaccf6; |
---|
| 1202 | } |
---|
| 1203 | |
---|
| 1204 | .x-menu-check-item .x-menu-item-icon{ |
---|
| 1205 | background-image:url(../images/default/menu/unchecked.gif); |
---|
| 1206 | } |
---|
| 1207 | |
---|
| 1208 | .x-menu-item-checked .x-menu-item-icon{ |
---|
| 1209 | background-image:url(../images/default/menu/checked.gif); |
---|
| 1210 | } |
---|
| 1211 | |
---|
| 1212 | .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{ |
---|
| 1213 | background-image:url(../images/default/menu/group-checked.gif); |
---|
| 1214 | } |
---|
| 1215 | |
---|
| 1216 | .x-menu-group-item .x-menu-item-icon{ |
---|
| 1217 | background-image:none; |
---|
| 1218 | } |
---|
| 1219 | |
---|
| 1220 | .x-menu-plain { |
---|
| 1221 | background-color:#f0f0f0 !important; |
---|
| 1222 | background-image: none; |
---|
| 1223 | } |
---|
| 1224 | |
---|
| 1225 | .x-date-menu, .x-color-menu{ |
---|
| 1226 | background-color: #fff !important; |
---|
| 1227 | } |
---|
| 1228 | |
---|
| 1229 | .x-menu .x-date-picker{ |
---|
| 1230 | border-color:#a3bad9; |
---|
| 1231 | } |
---|
| 1232 | |
---|
| 1233 | .x-cycle-menu .x-menu-item-checked { |
---|
| 1234 | border-color:#a3bae9 !important; |
---|
| 1235 | background-color:#def8f6; |
---|
| 1236 | } |
---|
| 1237 | |
---|
| 1238 | .x-menu-scroller-top { |
---|
| 1239 | background-image:url(../images/default/layout/mini-top.gif); |
---|
| 1240 | } |
---|
| 1241 | |
---|
| 1242 | .x-menu-scroller-bottom { |
---|
| 1243 | background-image:url(../images/default/layout/mini-bottom.gif); |
---|
| 1244 | } |
---|
| 1245 | .x-box-tl { |
---|
| 1246 | background-image: url(../images/default/box/corners.gif); |
---|
| 1247 | } |
---|
| 1248 | |
---|
| 1249 | .x-box-tc { |
---|
| 1250 | background-image: url(../images/default/box/tb.gif); |
---|
| 1251 | } |
---|
| 1252 | |
---|
| 1253 | .x-box-tr { |
---|
| 1254 | background-image: url(../images/default/box/corners.gif); |
---|
| 1255 | } |
---|
| 1256 | |
---|
| 1257 | .x-box-ml { |
---|
| 1258 | background-image: url(../images/default/box/l.gif); |
---|
| 1259 | } |
---|
| 1260 | |
---|
| 1261 | .x-box-mc { |
---|
| 1262 | background-color: #eee; |
---|
| 1263 | background-image: url(../images/default/box/tb.gif); |
---|
| 1264 | font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif; |
---|
| 1265 | color: #393939; |
---|
| 1266 | font-size: 12px; |
---|
| 1267 | } |
---|
| 1268 | |
---|
| 1269 | .x-box-mc h3 { |
---|
| 1270 | font-size: 14px; |
---|
| 1271 | font-weight: bold; |
---|
| 1272 | } |
---|
| 1273 | |
---|
| 1274 | .x-box-mr { |
---|
| 1275 | background-image: url(../images/default/box/r.gif); |
---|
| 1276 | } |
---|
| 1277 | |
---|
| 1278 | .x-box-bl { |
---|
| 1279 | background-image: url(../images/default/box/corners.gif); |
---|
| 1280 | } |
---|
| 1281 | |
---|
| 1282 | .x-box-bc { |
---|
| 1283 | background-image: url(../images/default/box/tb.gif); |
---|
| 1284 | } |
---|
| 1285 | |
---|
| 1286 | .x-box-br { |
---|
| 1287 | background-image: url(../images/default/box/corners.gif); |
---|
| 1288 | } |
---|
| 1289 | |
---|
| 1290 | .x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr { |
---|
| 1291 | background-image: url(../images/default/box/corners-blue.gif); |
---|
| 1292 | } |
---|
| 1293 | |
---|
| 1294 | .x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { |
---|
| 1295 | background-image: url(../images/default/box/tb-blue.gif); |
---|
| 1296 | } |
---|
| 1297 | |
---|
| 1298 | .x-box-blue .x-box-mc { |
---|
| 1299 | background-color: #c3daf9; |
---|
| 1300 | } |
---|
| 1301 | |
---|
| 1302 | .x-box-blue .x-box-mc h3 { |
---|
| 1303 | color: #17385b; |
---|
| 1304 | } |
---|
| 1305 | |
---|
| 1306 | .x-box-blue .x-box-ml { |
---|
| 1307 | background-image: url(../images/default/box/l-blue.gif); |
---|
| 1308 | } |
---|
| 1309 | |
---|
| 1310 | .x-box-blue .x-box-mr { |
---|
| 1311 | background-image: url(../images/default/box/r-blue.gif); |
---|
| 1312 | }.x-combo-list { |
---|
| 1313 | border-color:#98c0f4; |
---|
| 1314 | background-color:#ddecfe; |
---|
| 1315 | font:normal 12px tahoma, arial, helvetica, sans-serif; |
---|
| 1316 | } |
---|
| 1317 | |
---|
| 1318 | .x-combo-list-inner { |
---|
| 1319 | background-color:#fff; |
---|
| 1320 | } |
---|
| 1321 | |
---|
| 1322 | .x-combo-list-hd { |
---|
| 1323 | font:bold 11px tahoma, arial, helvetica, sans-serif; |
---|
| 1324 | color:#15428b; |
---|
| 1325 | background-image: url(../images/default/layout/panel-title-light-bg.gif); |
---|
| 1326 | border-bottom-color:#98c0f4; |
---|
| 1327 | } |
---|
| 1328 | |
---|
| 1329 | .x-resizable-pinned .x-combo-list-inner { |
---|
| 1330 | border-bottom-color:#98c0f4; |
---|
| 1331 | } |
---|
| 1332 | |
---|
| 1333 | .x-combo-list-item { |
---|
| 1334 | border-color:#fff; |
---|
| 1335 | } |
---|
| 1336 | |
---|
| 1337 | .x-combo-list .x-combo-selected{ |
---|
| 1338 | border-color:#a3bae9 !important; |
---|
| 1339 | background-color:#dfe8f6; |
---|
| 1340 | } |
---|
| 1341 | |
---|
| 1342 | .x-combo-list .x-toolbar { |
---|
| 1343 | border-top-color:#98c0f4; |
---|
| 1344 | } |
---|
| 1345 | |
---|
| 1346 | .x-combo-list-small { |
---|
| 1347 | font:normal 11px tahoma, arial, helvetica, sans-serif; |
---|
| 1348 | }.x-panel { |
---|
| 1349 | border-color: #99bbe8; |
---|
| 1350 | } |
---|
| 1351 | |
---|
| 1352 | .x-panel-header { |
---|
| 1353 | color:#15428b; |
---|
| 1354 | font-weight:bold; |
---|
| 1355 | font-size: 11px; |
---|
| 1356 | font-family: tahoma,arial,verdana,sans-serif; |
---|
| 1357 | border-color:#99bbe8; |
---|
| 1358 | background-image: url(../images/default/panel/white-top-bottom.gif); |
---|
| 1359 | } |
---|
| 1360 | |
---|
| 1361 | .x-panel-body { |
---|
| 1362 | border-color:#99bbe8; |
---|
| 1363 | background-color:#fff; |
---|
| 1364 | } |
---|
| 1365 | |
---|
| 1366 | .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar { |
---|
| 1367 | border-color:#99bbe8; |
---|
| 1368 | } |
---|
| 1369 | |
---|
| 1370 | .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { |
---|
| 1371 | border-top-color:#99bbe8; |
---|
| 1372 | } |
---|
| 1373 | |
---|
| 1374 | .x-panel-body-noheader, .x-panel-mc .x-panel-body { |
---|
| 1375 | border-top-color:#99bbe8; |
---|
| 1376 | } |
---|
| 1377 | |
---|
| 1378 | .x-panel-tl .x-panel-header { |
---|
| 1379 | color:#15428b; |
---|
| 1380 | font:bold 11px tahoma,arial,verdana,sans-serif; |
---|
| 1381 | } |
---|
| 1382 | |
---|
| 1383 | .x-panel-tc { |
---|
| 1384 | background-image: url(../images/default/panel/top-bottom.gif); |
---|
| 1385 | } |
---|
| 1386 | |
---|
| 1387 | .x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br{ |
---|
| 1388 | background-image: url(../images/default/panel/corners-sprite.gif); |
---|
| 1389 | border-bottom-color:#99bbe8; |
---|
| 1390 | } |
---|
| 1391 | |
---|
| 1392 | .x-panel-bc { |
---|
| 1393 | background-image: url(../images/default/panel/top-bottom.gif); |
---|
| 1394 | } |
---|
| 1395 | |
---|
| 1396 | .x-panel-mc { |
---|
| 1397 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
---|
| 1398 | background-color:#dfe8f6; |
---|
| 1399 | } |
---|
| 1400 | |
---|
| 1401 | .x-panel-ml { |
---|
| 1402 | background-color: #fff; |
---|
| 1403 | background-image:url(../images/default/panel/left-right.gif); |
---|
| 1404 | } |
---|
| 1405 | |
---|
| 1406 | .x-panel-mr { |
---|
| 1407 | background-image: url(../images/default/panel/left-right.gif); |
---|
| 1408 | } |
---|
| 1409 | |
---|
| 1410 | .x-tool { |
---|
| 1411 | background-image:url(../images/default/panel/tool-sprites.gif); |
---|
| 1412 | } |
---|
| 1413 | |
---|
| 1414 | .x-panel-ghost { |
---|
| 1415 | background-color:#cbddf3; |
---|
| 1416 | } |
---|
| 1417 | |
---|
| 1418 | .x-panel-ghost ul { |
---|
| 1419 | border-color:#99bbe8; |
---|
| 1420 | } |
---|
| 1421 | |
---|
| 1422 | .x-panel-dd-spacer { |
---|
| 1423 | border-color:#99bbe8; |
---|
| 1424 | } |
---|
| 1425 | |
---|
| 1426 | .x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{ |
---|
| 1427 | font:normal 11px arial,tahoma, helvetica, sans-serif; |
---|
| 1428 | } |
---|
| 1429 | .x-window-proxy { |
---|
| 1430 | background-color:#c7dffc; |
---|
| 1431 | border-color:#99bbe8; |
---|
| 1432 | } |
---|
| 1433 | |
---|
| 1434 | .x-window-tl .x-window-header { |
---|
| 1435 | color:#15428b; |
---|
| 1436 | font:bold 11px tahoma,arial,verdana,sans-serif; |
---|
| 1437 | } |
---|
| 1438 | |
---|
| 1439 | .x-window-tc { |
---|
| 1440 | background-image: url(../images/default/window/top-bottom.png); |
---|
| 1441 | } |
---|
| 1442 | |
---|
| 1443 | .x-window-tl { |
---|
| 1444 | background-image: url(../images/default/window/left-corners.png); |
---|
| 1445 | } |
---|
| 1446 | |
---|
| 1447 | .x-window-tr { |
---|
| 1448 | background-image: url(../images/default/window/right-corners.png); |
---|
| 1449 | } |
---|
| 1450 | |
---|
| 1451 | .x-window-bc { |
---|
| 1452 | background-image: url(../images/default/window/top-bottom.png); |
---|
| 1453 | } |
---|
| 1454 | |
---|
| 1455 | .x-window-bl { |
---|
| 1456 | background-image: url(../images/default/window/left-corners.png); |
---|
| 1457 | } |
---|
| 1458 | |
---|
| 1459 | .x-window-br { |
---|
| 1460 | background-image: url(../images/default/window/right-corners.png); |
---|
| 1461 | } |
---|
| 1462 | |
---|
| 1463 | .x-window-mc { |
---|
| 1464 | border-color:#99bbe8; |
---|
| 1465 | font: normal 11px tahoma,arial,helvetica,sans-serif; |
---|
| 1466 | background-color:#dfe8f6; |
---|
| 1467 | } |
---|
| 1468 | |
---|
| 1469 | .x-window-ml { |
---|
| 1470 | background-image: url(../images/default/window/left-right.png); |
---|
| 1471 | } |
---|
| 1472 | |
---|
| 1473 | .x-window-mr { |
---|
| 1474 | background-image: url(../images/default/window/left-right.png); |
---|
| 1475 | } |
---|
| 1476 | |
---|
| 1477 | .x-window-maximized .x-window-tc { |
---|
| 1478 | background-color:#fff; |
---|
| 1479 | } |
---|
| 1480 | |
---|
| 1481 | .x-window-bbar .x-toolbar { |
---|
| 1482 | border-top-color:#99bbe8; |
---|
| 1483 | } |
---|
| 1484 | |
---|
| 1485 | .x-panel-ghost .x-window-tl { |
---|
| 1486 | border-bottom-color:#99bbe8; |
---|
| 1487 | } |
---|
| 1488 | |
---|
| 1489 | .x-panel-collapsed .x-window-tl { |
---|
| 1490 | border-bottom-color:#84a0c4; |
---|
| 1491 | } |
---|
| 1492 | |
---|
| 1493 | .x-dlg-mask{ |
---|
| 1494 | background-color:#ccc; |
---|
| 1495 | } |
---|
| 1496 | |
---|
| 1497 | .x-window-plain .x-window-mc { |
---|
| 1498 | background-color: #ccd9e8; |
---|
| 1499 | border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9; |
---|
| 1500 | } |
---|
| 1501 | |
---|
| 1502 | .x-window-plain .x-window-body { |
---|
| 1503 | border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6; |
---|
| 1504 | } |
---|
| 1505 | |
---|
| 1506 | body.x-body-masked .x-window-plain .x-window-mc { |
---|
| 1507 | background-color: #ccd9e8; |
---|
| 1508 | }.x-html-editor-wrap { |
---|
| 1509 | border-color:#a9bfd3; |
---|
| 1510 | background-color:#fff; |
---|
| 1511 | } |
---|
| 1512 | .x-html-editor-tb .x-btn-text { |
---|
| 1513 | background-image:url(../images/default/editor/tb-sprite.gif); |
---|
| 1514 | }.x-panel-noborder .x-panel-header-noborder { |
---|
| 1515 | border-bottom-color:#99bbe8; |
---|
| 1516 | } |
---|
| 1517 | |
---|
| 1518 | .x-panel-noborder .x-panel-tbar-noborder .x-toolbar { |
---|
| 1519 | border-bottom-color:#99bbe8; |
---|
| 1520 | } |
---|
| 1521 | |
---|
| 1522 | .x-panel-noborder .x-panel-bbar-noborder .x-toolbar { |
---|
| 1523 | border-top-color:#99bbe8; |
---|
| 1524 | } |
---|
| 1525 | |
---|
| 1526 | .x-tab-panel-bbar-noborder .x-toolbar { |
---|
| 1527 | border-top-color:#99bbe8; |
---|
| 1528 | } |
---|
| 1529 | |
---|
| 1530 | .x-tab-panel-tbar-noborder .x-toolbar { |
---|
| 1531 | border-bottom-color:#99bbe8; |
---|
| 1532 | }.x-border-layout-ct { |
---|
| 1533 | background-color:#dfe8f6; |
---|
| 1534 | } |
---|
| 1535 | |
---|
| 1536 | .x-accordion-hd { |
---|
| 1537 | color:#222; |
---|
| 1538 | font-weight:normal; |
---|
| 1539 | background-image: url(../images/default/panel/light-hd.gif); |
---|
| 1540 | } |
---|
| 1541 | |
---|
| 1542 | .x-layout-collapsed{ |
---|
| 1543 | background-color:#d2e0f2; |
---|
| 1544 | border-color:#98c0f4; |
---|
| 1545 | } |
---|
| 1546 | |
---|
| 1547 | .x-layout-collapsed-over{ |
---|
| 1548 | background-color:#d9e8fb; |
---|
| 1549 | } |
---|
| 1550 | |
---|
| 1551 | .x-layout-split-west .x-layout-mini { |
---|
| 1552 | background-image:url(../images/default/layout/mini-left.gif); |
---|
| 1553 | } |
---|
| 1554 | .x-layout-split-east .x-layout-mini { |
---|
| 1555 | background-image:url(../images/default/layout/mini-right.gif); |
---|
| 1556 | } |
---|
| 1557 | .x-layout-split-north .x-layout-mini { |
---|
| 1558 | background-image:url(../images/default/layout/mini-top.gif); |
---|
| 1559 | } |
---|
| 1560 | .x-layout-split-south .x-layout-mini { |
---|
| 1561 | background-image:url(../images/default/layout/mini-bottom.gif); |
---|
| 1562 | } |
---|
| 1563 | |
---|
| 1564 | .x-layout-cmini-west .x-layout-mini { |
---|
| 1565 | background-image:url(../images/default/layout/mini-right.gif); |
---|
| 1566 | } |
---|
| 1567 | |
---|
| 1568 | .x-layout-cmini-east .x-layout-mini { |
---|
| 1569 | background-image:url(../images/default/layout/mini-left.gif); |
---|
| 1570 | } |
---|
| 1571 | |
---|
| 1572 | .x-layout-cmini-north .x-layout-mini { |
---|
| 1573 | background-image:url(../images/default/layout/mini-bottom.gif); |
---|
| 1574 | } |
---|
| 1575 | |
---|
| 1576 | .x-layout-cmini-south .x-layout-mini { |
---|
| 1577 | background-image:url(../images/default/layout/mini-top.gif); |
---|
| 1578 | }.x-progress-wrap { |
---|
| 1579 | border-color:#6593cf; |
---|
| 1580 | } |
---|
| 1581 | |
---|
| 1582 | .x-progress-inner { |
---|
| 1583 | background-color:#e0e8f3; |
---|
| 1584 | background-image:url(../images/default/qtip/bg.gif); |
---|
| 1585 | } |
---|
| 1586 | |
---|
| 1587 | .x-progress-bar { |
---|
| 1588 | background-color:#9cbfee; |
---|
| 1589 | background-image:url(../images/default/progress/progress-bg.gif); |
---|
| 1590 | border-top-color:#d1e4fd; |
---|
| 1591 | border-bottom-color:#7fa9e4; |
---|
| 1592 | border-right-color:#7fa9e4; |
---|
| 1593 | } |
---|
| 1594 | |
---|
| 1595 | .x-progress-text { |
---|
| 1596 | font-size:11px; |
---|
| 1597 | font-weight:bold; |
---|
| 1598 | color:#fff; |
---|
| 1599 | } |
---|
| 1600 | |
---|
| 1601 | .x-progress-text-back { |
---|
| 1602 | color:#396095; |
---|
| 1603 | }.x-list-header{ |
---|
| 1604 | background-color:#f9f9f9; |
---|
| 1605 | background-image:url(../images/default/grid/grid3-hrow.gif); |
---|
| 1606 | } |
---|
| 1607 | |
---|
| 1608 | .x-list-header-inner div em { |
---|
| 1609 | border-left-color:#ddd; |
---|
| 1610 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
| 1611 | } |
---|
| 1612 | |
---|
| 1613 | .x-list-body dt em { |
---|
| 1614 | font:normal 11px arial, tahoma, helvetica, sans-serif; |
---|
| 1615 | } |
---|
| 1616 | |
---|
| 1617 | .x-list-over { |
---|
| 1618 | background-color:#eee; |
---|
| 1619 | } |
---|
| 1620 | |
---|
| 1621 | .x-list-selected { |
---|
| 1622 | background-color:#dfe8f6; |
---|
| 1623 | } |
---|
| 1624 | |
---|
| 1625 | .x-list-resizer { |
---|
| 1626 | border-left-color:#555; |
---|
| 1627 | border-right-color:#555; |
---|
| 1628 | } |
---|
| 1629 | |
---|
| 1630 | .x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { |
---|
| 1631 | background-image:url(../images/default/grid/sort-hd.gif); |
---|
| 1632 | border-color: #99bbe8; |
---|
| 1633 | }.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner { |
---|
| 1634 | background-image:url(../images/default/slider/slider-bg.png); |
---|
| 1635 | } |
---|
| 1636 | |
---|
| 1637 | .x-slider-horz .x-slider-thumb { |
---|
| 1638 | background-image:url(../images/default/slider/slider-thumb.png); |
---|
| 1639 | } |
---|
| 1640 | |
---|
| 1641 | .x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner { |
---|
| 1642 | background-image:url(../images/default/slider/slider-v-bg.png); |
---|
| 1643 | } |
---|
| 1644 | |
---|
| 1645 | .x-slider-vert .x-slider-thumb { |
---|
| 1646 | background-image:url(../images/default/slider/slider-v-thumb.png); |
---|
| 1647 | }.x-window-dlg .ext-mb-text, |
---|
| 1648 | .x-window-dlg .x-window-header-text { |
---|
| 1649 | font-size:12px; |
---|
| 1650 | } |
---|
| 1651 | |
---|
| 1652 | .x-window-dlg .ext-mb-textarea { |
---|
| 1653 | font:normal 12px tahoma,arial,helvetica,sans-serif; |
---|
| 1654 | } |
---|
| 1655 | |
---|
| 1656 | .x-window-dlg .x-msg-box-wait { |
---|
| 1657 | background-image:url(../images/default/grid/loading.gif); |
---|
| 1658 | } |
---|
| 1659 | |
---|
| 1660 | .x-window-dlg .ext-mb-info { |
---|
| 1661 | background-image:url(../images/default/window/icon-info.gif); |
---|
| 1662 | } |
---|
| 1663 | |
---|
| 1664 | .x-window-dlg .ext-mb-warning { |
---|
| 1665 | background-image:url(../images/default/window/icon-warning.gif); |
---|
| 1666 | } |
---|
| 1667 | |
---|
| 1668 | .x-window-dlg .ext-mb-question { |
---|
| 1669 | background-image:url(../images/default/window/icon-question.gif); |
---|
| 1670 | } |
---|
| 1671 | |
---|
| 1672 | .x-window-dlg .ext-mb-error { |
---|
| 1673 | background-image:url(../images/default/window/icon-error.gif); |
---|
| 1674 | } |
---|