Mercurial > laserkard
diff onlypaths/theme/css/xtheme-darkgray.css @ 46:26c2b3ad21c7 laserkard
[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author | rlm |
---|---|
date | Sun, 31 Jan 2010 12:33:33 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/onlypaths/theme/css/xtheme-darkgray.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,606 @@ 1.4 +/* 1.5 + * Ext JS Library 2.0 Alpha 1 1.6 + * Copyright(c) 2006-2007, Ext JS, LLC. 1.7 + * 1.8 + * @license LGPL 1.9 + * @author Kemal Tunador <tunador@madrabaz.com> 1.10 + */ 1.11 + 1.12 +.x-panel { 1.13 + border-style: solid; 1.14 + border-color: #777777; 1.15 +} 1.16 +.x-panel-header { 1.17 + color:#eeeeee; 1.18 + border:1px solid #777777; 1.19 + background-image:url(../images/darkgray/panel/white-top-bottom.gif); 1.20 +} 1.21 + 1.22 +.x-panel-body { 1.23 + border-color:#777777; 1.24 +} 1.25 + 1.26 +.x-panel-bbar .x-toolbar { 1.27 + border-color:#777777; 1.28 +} 1.29 + 1.30 +.x-panel-tbar .x-toolbar { 1.31 + border-color:#777777; 1.32 +} 1.33 + 1.34 +.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { 1.35 + border-color:#777777; 1.36 +} 1.37 +.x-panel-body-noheader, .x-panel-mc .x-panel-body { 1.38 + border-color:#777777; 1.39 +} 1.40 +.x-panel-tl .x-panel-header { 1.41 + color:#eeeeee; 1.42 +} 1.43 +.x-panel-tc { 1.44 + background-image:url(../images/darkgray/panel/top-bottom.gif); 1.45 +} 1.46 +.x-panel-tl { 1.47 + background-image:url(../images/darkgray/panel/corners-sprite.gif); 1.48 + border-color:#777777; 1.49 +} 1.50 +.x-panel-tr { 1.51 + background-image:url(../images/darkgray/panel/corners-sprite.gif); 1.52 +} 1.53 +.x-panel-bc { 1.54 + background-image:url(../images/darkgray/panel/top-bottom.gif); 1.55 +} 1.56 +.x-panel-bl { 1.57 + background-image:url(../images/darkgray/panel/corners-sprite.gif); 1.58 +} 1.59 +.x-panel-br { 1.60 + background-image:url(../images/darkgray/panel/corners-sprite.gif); 1.61 +} 1.62 +.x-panel-mc { 1.63 + background:#888888; 1.64 + color:#f9f9f9; /*ADDED*/ 1.65 +} 1.66 +.x-panel-mc .x-panel-body { 1.67 + background:transparent; 1.68 + border: 0 none; 1.69 +} 1.70 +.x-panel-ml { 1.71 + background-image:url(../images/darkgray/panel/left-right.gif); 1.72 +} 1.73 +.x-panel-mr { 1.74 + background-image:url(../images/darkgray/panel/left-right.gif); 1.75 +} 1.76 + 1.77 +/* Grid */ 1.78 +.x-grid3-row { 1.79 + color:#000000; 1.80 +} 1.81 +.x-grid3-row-over { 1.82 + border:1px solid #dddddd; 1.83 + background-image:url(../images/darkgray/grid/row-over.gif); 1.84 +} 1.85 +.x-grid3-header{ 1.86 + background-image:url(../images/darkgray/grid/grid3-hrow.gif); 1.87 +} 1.88 +.x-grid3-header-pop-inner { 1.89 + border-left:1px solid #eeeeee; 1.90 + background-image:url(../images/darkgray/grid/hd-pop.gif); 1.91 +} 1.92 +td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open { 1.93 + border-left:1px solid #906699; 1.94 + border-right:1px solid #906699; 1.95 + color: #000000; 1.96 +} 1.97 +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 { 1.98 + background-image:url(../images/darkgray/grid/grid3-hrow-over.gif); 1.99 +} 1.100 +.x-dd-drag-proxy .x-grid3-hd-inner{ 1.101 + background-image:url(../images/darkgray/grid/grid3-hrow-over.gif); 1.102 +} 1.103 +.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{ 1.104 + background-image:url(../images/darkgray/grid/grid-hrow.gif); 1.105 + color:black; 1.106 + border-top:1px solid white; 1.107 + border-right:1px solid #df6fd8 !important; 1.108 +} 1.109 +.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{ 1.110 + background-image:url(../images/darkgray/grid/grid3-special-col-bg.gif); 1.111 + color:black !important; 1.112 +} 1.113 +.x-grid3-hd-btn { 1.114 + background-image:url(../images/darkgray/grid/grid3-hd-btn.gif); 1.115 +} 1.116 +.x-grid3-body .x-grid3-td-expander { 1.117 + background-image:url(../images/darkgray/grid/grid3-special-col-bg.gif); 1.118 +} 1.119 +.x-grid3-body .x-grid3-td-checker { 1.120 + background-image:url(../images/darkgray/grid/grid3-special-col-bg.gif); 1.121 +} 1.122 +.x-grid3-body .x-grid3-td-numberer { 1.123 + background-image:url(../images/darkgray/grid/grid3-special-col-bg.gif); 1.124 +} 1.125 +.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer, 1.126 +.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker, 1.127 +.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander { 1.128 + background-image:url(../images/darkgray/grid/grid3-special-col-sel-bg.gif); 1.129 +} 1.130 +.x-grid3-row-selected { 1.131 + color: #eeeeee; 1.132 + background: #585559; 1.133 + border:1px dotted #111111; 1.134 +} 1.135 + 1.136 +/* Menu */ 1.137 +.x-menu { 1.138 + border: 1px solid #333333; 1.139 + background-image:url(../images/darkgray/menu/menu.gif); 1.140 +} 1.141 +.x-menu-sep { 1.142 + background-color:#e6e6e6; 1.143 + border-bottom:1px solid #bfbfbf; 1.144 +} 1.145 +.x-menu-item-active { 1.146 + background-image:url(../images/darkgray/menu/item-over.gif); 1.147 + border:1px solid #aaaaaa; 1.148 +} 1.149 + 1.150 +/* Tools */ 1.151 +.x-tool { 1.152 + background-image:url(../images/darkgray/panel/tool-sprites.gif); 1.153 +} 1.154 + 1.155 +/* Ghosting */ 1.156 +.x-panel-ghost { 1.157 + background:#888888; 1.158 +} 1.159 + 1.160 +.x-panel-ghost ul { 1.161 + border-color:#555555; 1.162 +} 1.163 + 1.164 +.x-grid-panel .x-panel-mc .x-panel-body { 1.165 + border:1px solid #777777; 1.166 +} 1.167 + 1.168 +/* Buttons */ 1.169 + 1.170 +.x-btn-text{ 1.171 +color: #eeeeee; 1.172 +} 1.173 +.x-btn-left{ 1.174 + background-image:url(../images/darkgray/button/btn-sprite.gif); 1.175 +} 1.176 +.x-btn-right{ 1.177 + background-image:url(../images/darkgray/button/btn-sprite.gif); 1.178 +} 1.179 +.x-btn-center{ 1.180 + background-image:url(../images/darkgray/button/btn-sprite.gif); 1.181 +} 1.182 + 1.183 +/* Layout classes */ 1.184 + 1.185 +.x-border-layout-ct { 1.186 + background:#aeabaf; /* f1f2f4 */ 1.187 +} 1.188 + 1.189 +.x-accordion-hd { 1.190 + background-image:url(../images/darkgray/panel/light-hd.gif); 1.191 +} 1.192 + 1.193 +.x-layout-collapsed{ 1.194 + background-color:#777777; 1.195 + border-color:#555555; 1.196 +} 1.197 +.x-layout-collapsed-over{ 1.198 + background-color:#888888; 1.199 +} 1.200 + 1.201 + 1.202 +/* qtips */ 1.203 +.x-tip .x-tip-close{ 1.204 + background-image: url(../images/darkgray/qtip/close.gif); 1.205 +} 1.206 +.x-tip .x-tip-tc { 1.207 + background-image:url(../images/darkgray/qtip/tip-sprite.gif); 1.208 +} 1.209 +.x-tip .x-tip-tl { 1.210 + background-image:url(../images/darkgray/qtip/tip-sprite.gif); 1.211 +} 1.212 +.x-tip .x-tip-tr { 1.213 + background-image:url(../images/darkgray/qtip/tip-sprite.gif); 1.214 +} 1.215 +.x-tip .x-tip-bc { 1.216 + background-image:url(../images/darkgray/qtip/tip-sprite.gif); 1.217 +} 1.218 +.x-tip .x-tip-bl { 1.219 + background-image:url(../images/darkgray/qtip/tip-sprite.gif); 1.220 +} 1.221 +.x-tip .x-tip-br { 1.222 + background-image:url(../images/darkgray/qtip/tip-sprite.gif); 1.223 +} 1.224 +.x-tip .x-tip-ml { 1.225 + background-image:url(../images/darkgray/qtip/tip-sprite.gif); 1.226 +} 1.227 +.x-tip .x-tip-mr { 1.228 + background-image:url(../images/darkgray/qtip/tip-sprite.gif); 1.229 +} 1.230 +.x-tip .x-tip-header-text { 1.231 + color:#eeeeee; 1.232 +} 1.233 +.x-tip .x-tip-body { 1.234 + color:#eeeeee; 1.235 +} 1.236 +/* Toolbars */ 1.237 + 1.238 +.x-toolbar{ 1.239 + border-color:#777777; 1.240 + background:#9c9c9c url(../images/darkgray/toolbar/bg.gif) repeat-x top left; 1.241 +} 1.242 +.x-toolbar button { 1.243 + color:#e5e5e5; 1.244 +} 1.245 +.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button { 1.246 + background-image:url(../images/darkgray/toolbar/btn-arrow.gif); 1.247 +} 1.248 +.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button { 1.249 + background-image:url(../images/darkgray/toolbar/btn-arrow.gif); 1.250 +} 1.251 +.x-toolbar .x-btn-over .x-btn-left{ 1.252 + background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif); 1.253 +} 1.254 +.x-toolbar .x-btn-over .x-btn-right{ 1.255 + background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif); 1.256 +} 1.257 +.x-toolbar .x-btn-over .x-btn-center{ 1.258 + background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif); 1.259 +} 1.260 +.x-toolbar .x-btn-over button { 1.261 + color:#eeeeee; 1.262 +} 1.263 +.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{ 1.264 + background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif); 1.265 +} 1.266 +.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{ 1.267 + background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif); 1.268 +} 1.269 + 1.270 +.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{ 1.271 + background-image:url(../images/darkgray/toolbar/tb-btn-sprite.gif); 1.272 +} 1.273 +.x-toolbar .ytb-sep { 1.274 + background-image: url(../images/darkgray/grid/grid-split.gif); 1.275 +} 1.276 +.x-paging-info { 1.277 + color:#f9f9f9; 1.278 +} 1.279 + 1.280 +/* Form */ 1.281 + 1.282 +.x-form-field-wrap .x-form-trigger{ 1.283 + background-image:url(../images/darkgray/form/trigger.gif); 1.284 + border-bottom: 1px solid #a5a5a5; 1.285 +} 1.286 +.x-form-field-wrap .x-form-date-trigger{ 1.287 + background-image: url(../images/darkgray/form/date-trigger.gif); 1.288 +} 1.289 +.x-form-field-wrap .x-form-clear-trigger{ 1.290 + background-image: url(../images/darkgray/form/clear-trigger.gif); 1.291 +} 1.292 +.x-form-field-wrap .x-form-search-trigger{ 1.293 + background-image: url(../images/darkgray/form/search-trigger.gif); 1.294 +} 1.295 +.x-form-text, textarea.x-form-field{ 1.296 + border: 1px solid #a5a5a5; 1.297 +} 1.298 +.x-form-select-one { 1.299 + border: 1px solid #a5a5a5; 1.300 +} 1.301 +.x-item-disabled .x-form-trigger-over{ 1.302 + border-bottom: 1px solid #a5a5a5; 1.303 +} 1.304 +.x-item-disabled .x-form-trigger-click{ 1.305 + border-bottom: 1px solid #a5a5a5; 1.306 +} 1.307 +.x-form fieldset { 1.308 + border:1px solid #a5a5a5; 1.309 +} 1.310 +.x-trigger-wrap-focus .x-form-trigger{ 1.311 + border-bottom: 1px solid #929292; 1.312 +} 1.313 +.x-form-focus, textarea.x-form-focus{ 1.314 + border: 1px solid #929292; 1.315 +} 1.316 +/* Tabs */ 1.317 + 1.318 +.x-tab-panel-header, .x-tab-panel-footer { 1.319 + background: #646464; 1.320 + border-color:#777777; 1.321 +} 1.322 + 1.323 + 1.324 +.x-tab-panel-header { 1.325 + border-color:#777777; 1.326 +} 1.327 + 1.328 +.x-tab-panel-footer { 1.329 + border-color:#777777; 1.330 +} 1.331 + 1.332 +ul.x-tab-strip-top{ 1.333 + background:#7a7a7a url(../images/darkgray/tabs/tab-strip-bg.gif) repeat-x left top; 1.334 + border-color:#777777; 1.335 + padding-top: 2px; 1.336 +} 1.337 + 1.338 +ul.x-tab-strip-bottom{ 1.339 + background-image:url(../images/darkgray/tabs/tab-strip-btm-bg.gif); 1.340 + border-color:#777777; 1.341 +} 1.342 + 1.343 +.x-tab-strip span.x-tab-strip-text { 1.344 + color:#dddddd; 1.345 +} 1.346 +.x-tab-strip-over span.x-tab-strip-text { 1.347 + color:#000000; 1.348 +} 1.349 + 1.350 +.x-tab-strip-active span.x-tab-strip-text { 1.351 + color:#eeeeee; 1.352 +} 1.353 + 1.354 +.x-tab-strip-disabled .x-tabs-text { 1.355 + color:#888888; 1.356 +} 1.357 + 1.358 +.x-tab-strip-top .x-tab-right { 1.359 + background-image:url(../images/darkgray/tabs/tabs-sprite.gif); 1.360 +} 1.361 + 1.362 +.x-tab-strip-top .x-tab-left { 1.363 + background-image:url(../images/darkgray/tabs/tabs-sprite.gif); 1.364 +} 1.365 +.x-tab-strip-top .x-tab-strip-inner { 1.366 + background-image:url(../images/darkgray/tabs/tabs-sprite.gif); 1.367 +} 1.368 + 1.369 +.x-tab-strip-bottom .x-tab-right { 1.370 + background-image:url(../images/darkgray/tabs/tab-btm-inactive-right-bg.gif); 1.371 +} 1.372 + 1.373 +.x-tab-strip-bottom .x-tab-left { 1.374 + background-image:url(../images/darkgray/tabs/tab-btm-inactive-left-bg.gif); 1.375 +} 1.376 + 1.377 +.x-tab-strip-bottom .x-tab-strip-active .x-tab-right { 1.378 + background-image:url(../images/darkgray/tabs/tab-btm-right-bg.gif); 1.379 +} 1.380 + 1.381 +.x-tab-strip-bottom .x-tab-strip-active .x-tab-left { 1.382 + background-image:url(../images/darkgray/tabs/tab-btm-left-bg.gif); 1.383 +} 1.384 + 1.385 +.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close { 1.386 + background-image:url(../images/darkgray/tabs/tab-close.gif); 1.387 +} 1.388 +.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{ 1.389 + background-image:url(../images/darkgray/tabs/tab-close.gif); 1.390 +} 1.391 + 1.392 +.x-tab-panel-body { 1.393 + border-color:#777777; 1.394 + background:#eeeeee; 1.395 +} 1.396 +.x-tab-panel-bbar .x-toolbar { 1.397 + border-color: #777777; 1.398 +} 1.399 + 1.400 +.x-tab-panel-tbar .x-toolbar { 1.401 + border-color: #777777; 1.402 +} 1.403 + 1.404 +.x-tab-panel-header-plain .x-tab-strip-spacer { 1.405 + border-color:#777777; 1.406 + background: #e7e7e7; 1.407 +} 1.408 + 1.409 +.x-tab-scroller-left { 1.410 + background-image: url(../images/darkgray/tabs/scroll-left.gif); 1.411 + border-color:#aeaeae; 1.412 +} 1.413 +.x-tab-scroller-right { 1.414 + background-image: url(../images/darkgray/tabs/scroll-right.gif); 1.415 + border-color:#aeaeae; 1.416 +} 1.417 + 1.418 +/* Buttons */ 1.419 + 1.420 +.x-btn-menu-arrow-wrap .x-btn-center button { 1.421 + background-image:url(../images/darkgray/button/btn-arrow.gif); 1.422 +} 1.423 +.x-btn-with-menu .x-btn-center em { 1.424 + background-image:url(../images/darkgray/toolbar/btn-arrow.gif); 1.425 +} 1.426 + 1.427 +.x-btn-text-icon .x-btn-with-menu .x-btn-center em { 1.428 + background-image:url(../images/darkgray/toolbar/btn-arrow-light.gif); 1.429 +} 1.430 + 1.431 +/* Window */ 1.432 + 1.433 +.x-window-proxy { 1.434 + background:#e0e0e0; 1.435 + border-color:#b0b0b0; 1.436 +} 1.437 + 1.438 +.x-window-tl .x-window-header { 1.439 + color:#eeeeee; 1.440 +} 1.441 +.x-window-tc { 1.442 + background-image:url(../images/darkgray/window/top-bottom.png); 1.443 +} 1.444 +.x-window-tl { 1.445 + background-image:url(../images/darkgray/window/left-corners.png); 1.446 +} 1.447 +.x-window-tr { 1.448 + background-image:url(../images/darkgray/window/right-corners.png); 1.449 +} 1.450 +.x-window-bc { 1.451 + background-image:url(../images/darkgray/window/top-bottom.png); 1.452 +} 1.453 +.x-window-bl { 1.454 + background-image:url(../images/darkgray/window/left-corners.png); 1.455 +} 1.456 +.x-window-br { 1.457 + background-image:url(../images/darkgray/window/right-corners.png); 1.458 +} 1.459 +.x-window-mc { 1.460 + border:1px solid #555555; 1.461 + background:#aaaaaa; 1.462 +} 1.463 + 1.464 +.x-window-ml { 1.465 + background-image:url(../images/darkgray/window/left-right.png); 1.466 +} 1.467 +.x-window-mr { 1.468 + background-image:url(../images/darkgray/window/left-right.png); 1.469 +} 1.470 +.x-panel-ghost .x-window-tl { 1.471 + border-color:#555555; 1.472 +} 1.473 +.x-panel-collapsed .x-window-tl { 1.474 + border-color:#555555; 1.475 +} 1.476 + 1.477 +.x-window-plain .x-window-mc { 1.478 + background: #999999; 1.479 + border-right:1px solid #eeeeee; 1.480 + border-bottom:1px solid #eeeeee; 1.481 + border-top:1px solid #555555; 1.482 + border-left:1px solid #555555; 1.483 +} 1.484 + 1.485 +.x-window-plain .x-window-body { 1.486 + border-left:1px solid #eeeeee; 1.487 + border-top:1px solid #eeeeee; 1.488 + border-bottom:1px solid #555555; 1.489 + border-right:1px solid #555555; 1.490 + background:transparent !important; 1.491 +} 1.492 + 1.493 +body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc { 1.494 + background-color: #999999; 1.495 +} 1.496 + 1.497 +/* Date Picker */ 1.498 +.x-date-picker { 1.499 + border: 1px solid #000000; 1.500 + background:#eeeeee; 1.501 +} 1.502 +.x-date-middle,.x-date-left,.x-date-right { 1.503 + background-image: url(../images/darkgray/shared/hd-sprite.gif); 1.504 +} 1.505 +.x-date-middle .x-btn-with-menu .x-btn-center em { 1.506 + background-image:url(../images/darkgray/toolbar/btn-arrow-light.gif); 1.507 +} 1.508 +.x-date-right a { 1.509 + background-image: url(../images/darkgray/shared/right-btn.gif); 1.510 +} 1.511 +.x-date-left a{ 1.512 + background-image: url(../images/darkgray/shared/left-btn.gif); 1.513 +} 1.514 +.x-date-inner th { 1.515 + background-image:url(../images/darkgray/shared/glass-bg.gif); 1.516 + border-bottom: 1px solid #333333; 1.517 + color:#f2eef0; 1.518 +} 1.519 +.x-date-inner .x-date-selected a{ 1.520 + background-image:url(../images/darkgray/shared/glass-bg.gif); 1.521 + border:1px solid #333333; 1.522 + color:#f2eef0; 1.523 +} 1.524 +.x-date-bottom { 1.525 + border-top: 1px solid #333333; 1.526 + background-image:url(../images/darkgray/shared/glass-bg.gif); 1.527 +} 1.528 +.x-date-mp-btns { 1.529 + background-image:url(../images/darkgray/shared/glass-bg.gif); 1.530 +} 1.531 +td.x-date-mp-sel a { 1.532 + background-image:url(../images/darkgray/shared/glass-bg.gif); 1.533 + border:1px solid #000000; 1.534 + color: #f2eef0; 1.535 +} 1.536 +.x-date-mp-ybtn a { 1.537 + background-image:url(../images/darkgray/panel/tool-sprites.gif); 1.538 +} 1.539 +.x-date-mp-btns button { 1.540 + background-image:url(../images/darkgray/shared/glass-bg.gif); 1.541 + border-color: #555555 #000000 #000000 #555555; 1.542 +} 1.543 +.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{ 1.544 + color:#f2eef0; 1.545 + background: #333333; 1.546 +} 1.547 +td.x-date-mp-month a:hover,td.x-date-mp-year a:hover { 1.548 + color:#f2eef0; 1.549 + background: #333333; 1.550 +} 1.551 + 1.552 +/* misc */ 1.553 +.x-html-editor-wrap { 1.554 + border-color:#d0d0d0; 1.555 +} 1.556 + 1.557 +/* Borders go last for specificity */ 1.558 +.x-panel-noborder .x-panel-body-noborder { 1.559 + border-width:0; 1.560 +} 1.561 + 1.562 +.x-panel-noborder .x-panel-header-noborder { 1.563 + border-width:0; 1.564 + border-bottom:1px solid #d0d0d0; 1.565 +} 1.566 + 1.567 +.x-panel-noborder .x-panel-tbar-noborder .x-toolbar { 1.568 + border-width:0; 1.569 + border-bottom:1px solid #d0d0d0; 1.570 +} 1.571 + 1.572 +.x-panel-noborder .x-panel-bbar-noborder .x-toolbar { 1.573 + border-width:0; 1.574 + border-top:1px solid #d0d0d0; 1.575 +} 1.576 + 1.577 +.x-window-noborder .x-window-mc { 1.578 + border-width:0; 1.579 +} 1.580 +.x-window-plain .x-window-body-noborder { 1.581 + border-width:0; 1.582 +} 1.583 + 1.584 +.x-tab-panel-noborder .x-tab-panel-body-noborder { 1.585 + border-width:0; 1.586 +} 1.587 + 1.588 +.x-tab-panel-noborder .x-tab-panel-header-noborder { 1.589 + border-top-width:0; 1.590 + border-left-width:0; 1.591 + border-right-width:0; 1.592 +} 1.593 + 1.594 +.x-tab-panel-noborder .x-tab-panel-footer-noborder { 1.595 + border-bottom-width:0; 1.596 + border-left-width:0; 1.597 + border-right-width:0; 1.598 +} 1.599 + 1.600 + 1.601 +.x-tab-panel-bbar-noborder .x-toolbar { 1.602 + border-width:0; 1.603 + border-top:1px solid #d0d0d0; 1.604 +} 1.605 + 1.606 +.x-tab-panel-tbar-noborder .x-toolbar { 1.607 + border-width:0; 1.608 + border-bottom:1px solid #d0d0d0; 1.609 +} 1.610 \ No newline at end of file