xtheme-slate.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. .x-panel {
  2. border-style: solid;
  3. border-color: #abc;
  4. }
  5. .x-panel-header {
  6. color:#fafafa;
  7. border:1px solid #abc;
  8. background-image:url(../images/slate/panel/white-top-bottom.gif);
  9. }
  10. .x-panel-body {
  11. border-color:#abc;
  12. }
  13. .x-panel-bbar .x-toolbar {
  14. border-color:#abc;
  15. }
  16. .x-panel-tbar .x-toolbar {
  17. border-color:#abc;
  18. }
  19. .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  20. border-color:#abc;
  21. }
  22. .x-panel-body-noheader, .x-panel-mc .x-panel-body {
  23. border-color:#abc;
  24. }
  25. .x-panel-tl .x-panel-header {
  26. color:#f4f4f4;
  27. }
  28. .x-panel-tc {
  29. background-image:url(../images/slate/panel/top-bottom.gif);
  30. }
  31. .x-panel-tl {
  32. background-image:url(../images/slate/panel/corners-sprite.gif);
  33. border-color:#abc;
  34. }
  35. .x-panel-tr {
  36. background-image:url(../images/slate/panel/corners-sprite.gif);
  37. }
  38. .x-panel-bc {
  39. background-image:url(../images/slate/panel/top-bottom.gif);
  40. }
  41. .x-panel-bl {
  42. background-image:url(../images/slate/panel/corners-sprite.gif);
  43. }
  44. .x-panel-br {
  45. background-image:url(../images/slate/panel/corners-sprite.gif);
  46. }
  47. .x-panel-mc {
  48. background:#eef4f8;
  49. }
  50. .x-panel-mc .x-panel-body {
  51. background:transparent;
  52. border: 0 none;
  53. }
  54. .x-panel-ml {
  55. background-image:url(../images/slate/panel/left-right.gif);
  56. }
  57. .x-panel-mr {
  58. background-image:url(../images/slate/panel/left-right.gif);
  59. }
  60. .x-panel-dd-spacer{
  61. border:2px dashed #89a;
  62. }
  63. /* Tools */
  64. .x-tool {
  65. background-image:url(../images/slate/panel/tool-sprites.gif);
  66. }
  67. /* Ghosting */
  68. .x-panel-ghost {
  69. background:#e0e0e0;
  70. }
  71. .x-panel-ghost ul {
  72. border-color:#b0b0b0;
  73. }
  74. .x-grid-panel .x-panel-mc .x-panel-body {
  75. border:1px solid #abc;
  76. }
  77. /* Buttons */
  78. .x-btn-left{
  79. background-image:url(../images/slate/button/btn-sprite.gif);
  80. }
  81. .x-btn-right{
  82. background-image:url(../images/slate/button/btn-sprite.gif);
  83. }
  84. .x-btn-center{
  85. background-image:url(../images/slate/button/btn-sprite.gif);
  86. }
  87. .x-btn-over button{
  88. color:#fff;
  89. }
  90. .x-btn-focus button{
  91. color:#fff;
  92. }
  93. .x-btn-text-icon .x-btn-with-menu .x-btn-center em {
  94. background:transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 3px;
  95. }
  96. .x-btn-with-menu .x-btn-center em {
  97. background:transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 0pt;
  98. }
  99. .x-btn-menu-arrow-wrap .x-btn-center button{
  100. background:transparent url(../images/slate/button/btn-arrow.gif) no-repeat left 3px;
  101. }
  102. /* Layout classes */
  103. .x-border-layout-ct {
  104. background:#f0f0f0;
  105. }
  106. .x-accordion-hd {
  107. background-image:url(../images/slate/panel/light-hd.gif);
  108. }
  109. .x-layout-collapsed{
  110. background-color:#567;
  111. border-color:#e0e0e0;
  112. }
  113. .x-layout-collapsed-over{
  114. background-color:#789;
  115. }
  116. /* Toolbars */
  117. .x-toolbar{
  118. border-color:#abc;
  119. background:#f0f4f5 url(../images/slate/toolbar/bg.gif) repeat-x top left;
  120. }
  121. .x-toolbar button {
  122. color:#f4f4f4;
  123. }
  124. .x-toolbar .ytb-text {
  125. color:white;
  126. }
  127. .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
  128. background-image:url(../images/slate/toolbar/btn-arrow.gif);
  129. }
  130. .x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
  131. background-image:url(../images/slate/toolbar/btn-arrow.gif);
  132. }
  133. .x-toolbar .x-btn-over .x-btn-left{
  134. background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
  135. }
  136. .x-toolbar .x-btn-over .x-btn-right{
  137. background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
  138. }
  139. .x-toolbar .x-btn-over .x-btn-center{
  140. background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
  141. }
  142. .x-toolbar .x-btn-over button {
  143. color:#fff;
  144. }
  145. .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{
  146. background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
  147. }
  148. .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{
  149. background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
  150. }
  151. .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{
  152. background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
  153. }
  154. .x-toolbar .ytb-sep {
  155. background-image: url(../images/slate/grid/grid-split.gif);
  156. }
  157. /* Menus */
  158. .x-menu{
  159. border:1px solid #aaa;
  160. background:#f0f0f0 url(../images/slate/menu/menu.gif) repeat-y;
  161. }
  162. .x-menu-item-active{
  163. background:#ebf3fd url(../images/slate/menu/item-over.gif) repeat-x left bottom;
  164. border:1px solid #c2cbd2;
  165. }
  166. .x-menu-item-arrow{
  167. background:transparent url(../images/slate/menu/menu-parent.gif) no-repeat right;
  168. }
  169. /* Tabs */
  170. .x-tab-panel-header, .x-tab-panel-footer {
  171. background: #6b869f;
  172. border-color:#4f657b;
  173. }
  174. .x-tab-panel-header {
  175. border-color:#abc;
  176. }
  177. .x-tab-panel-footer {
  178. border-color:#abc;
  179. }
  180. ul.x-tab-strip-top{
  181. background:#dbdbdb url(../images/slate/tabs/tab-strip-bg.gif) repeat-x left top;
  182. border-color:#4c647e;
  183. padding-top: 2px;
  184. }
  185. ul.x-tab-strip-bottom{
  186. background-image:url(../images/slate/tabs/tab-strip-btm-bg.gif);
  187. border-color:#566c82;
  188. }
  189. .x-tab-strip span.x-tab-strip-text {
  190. color:#333;
  191. }
  192. .x-tab-strip-over span.x-tab-strip-text {
  193. color:#111;
  194. }
  195. .x-tab-strip-active span.x-tab-strip-text {
  196. color:#fff;
  197. }
  198. .x-tab-strip-disabled .x-tabs-text {
  199. color:#aaaaaa;
  200. }
  201. .x-tab-strip-top .x-tab-right {
  202. background-image:url(../images/slate/tabs/tabs-sprite.gif);
  203. }
  204. .x-tab-strip-top .x-tab-left {
  205. background-image:url(../images/slate/tabs/tabs-sprite.gif);
  206. }
  207. .x-tab-strip-top .x-tab-strip-inner {
  208. background-image:url(../images/slate/tabs/tabs-sprite.gif);
  209. }
  210. .x-tab-strip-bottom .x-tab-right {
  211. background-image:url(../images/slate/tabs/tab-btm-inactive-right-bg.gif);
  212. }
  213. .x-tab-strip-bottom .x-tab-left {
  214. background-image:url(../images/slate/tabs/tab-btm-inactive-left-bg.gif);
  215. }
  216. .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  217. background-image:url(../images/slate/tabs/tab-btm-right-bg.gif);
  218. }
  219. .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  220. background-image:url(../images/slate/tabs/tab-btm-left-bg.gif);
  221. }
  222. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  223. background-image:url(../images/slate/tabs/tab-close.gif);
  224. }
  225. .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
  226. background-image:url(../images/slate/tabs/tab-close.gif);
  227. }
  228. .x-tab-panel-body {
  229. border-color:#abc;
  230. background:#fff;
  231. }
  232. .x-tab-panel-bbar .x-toolbar {
  233. border-color: #abc;
  234. }
  235. .x-tab-panel-tbar .x-toolbar {
  236. border-color: #abc;
  237. }
  238. .x-tab-panel-header-plain .x-tab-strip-spacer {
  239. border-color:#abc;
  240. background: #6b869f;
  241. }
  242. .x-tab-scroller-left {
  243. background-image: url(../images/slate/tabs/scroll-left.gif);
  244. border-color:#aeaeae;
  245. }
  246. .x-tab-scroller-right {
  247. background-image: url(../images/slate/tabs/scroll-right.gif);
  248. border-color:#aeaeae;
  249. }
  250. /* Window */
  251. .x-window-proxy {
  252. background:#e4e8ec;
  253. border-color:#abc;
  254. }
  255. .x-window-tl .x-window-header {
  256. color:#fafafa;
  257. }
  258. .x-window-tc {
  259. background-image:url(../images/slate/window/top-bottom.png);
  260. }
  261. .x-window-tl {
  262. background-image:url(../images/slate/window/left-corners.png);
  263. }
  264. .x-window-tr {
  265. background-image:url(../images/slate/window/right-corners.png);
  266. }
  267. .x-window-bc {
  268. background-image:url(../images/slate/window/top-bottom.png);
  269. }
  270. .x-window-bl {
  271. background-image:url(../images/slate/window/left-corners.png);
  272. }
  273. .x-window-br {
  274. background-image:url(../images/slate/window/right-corners.png);
  275. }
  276. .x-window-mc {
  277. border:1px solid #abc;
  278. background:#e8e8e8;
  279. }
  280. .x-window-ml {
  281. background-image:url(../images/slate/window/left-right.png);
  282. }
  283. .x-window-mr {
  284. background-image:url(../images/slate/window/left-right.png);
  285. }
  286. .x-panel-ghost .x-window-tl {
  287. border-color:#abc;
  288. }
  289. .x-panel-collapsed .x-window-tl {
  290. border-color:#abc;
  291. }
  292. .x-window-plain .x-window-mc {
  293. background: #e8e8e8;
  294. border-right:1px solid #eee;
  295. border-bottom:1px solid #eee;
  296. border-top:1px solid #abc;
  297. border-left:1px solid #abc;
  298. }
  299. .x-window-plain .x-window-body {
  300. border-left:1px solid #ddd;
  301. border-top:1px solid #ddd;
  302. border-bottom:1px solid #abc;
  303. border-right:1px solid #abc;
  304. background:transparent !important;
  305. }
  306. body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
  307. background-color: #eceef0;
  308. }
  309. /* HTML Editor */
  310. .x-html-editor-wrap {
  311. border-color:#abc;
  312. }
  313. .x-html-editor-tb .x-btn-text {
  314. background:transparent url(../images/slate/editor/tb-sprite.gif) no-repeat scroll 0%;
  315. }
  316. /* Borders go last for specificity */
  317. .x-panel-noborder .x-panel-body-noborder {
  318. border-width:0;
  319. }
  320. .x-panel-noborder .x-panel-header-noborder {
  321. border-width:0;
  322. border-bottom:1px solid #abc;
  323. }
  324. .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  325. border-width:0;
  326. border-bottom:1px solid #abc;
  327. }
  328. .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  329. border-width:0;
  330. border-top:1px solid #abc;
  331. }
  332. .x-window-noborder .x-window-mc {
  333. border-width:0;
  334. }
  335. .x-window-plain .x-window-body-noborder {
  336. border-width:0;
  337. }
  338. .x-tab-panel-noborder .x-tab-panel-body-noborder {
  339. border-width:0;
  340. }
  341. .x-tab-panel-noborder .x-tab-panel-header-noborder {
  342. border-top-width:0;
  343. border-left-width:0;
  344. border-right-width:0;
  345. }
  346. .x-tab-panel-noborder .x-tab-panel-footer-noborder {
  347. border-bottom-width:0;
  348. border-left-width:0;
  349. border-right-width:0;
  350. }
  351. .x-tab-panel-bbar-noborder .x-toolbar {
  352. border-width:0;
  353. border-top:1px solid #abc;
  354. }
  355. .x-tab-panel-tbar-noborder .x-toolbar {
  356. border-width:0;
  357. border-bottom:1px solid #abc;
  358. }
  359. /* Forms */
  360. .x-form-text, textarea.x-form-field {
  361. border:1px solid #9ab;
  362. }
  363. .x-trigger-wrap-focus .x-form-trigger {
  364. border-bottom:1px solid #4a7192;
  365. }
  366. .x-form-focus,textarea.x-form-focus {
  367. border:1px solid #4a7192;
  368. }
  369. .x-form-field-wrap .x-form-trigger {
  370. background:transparent url(../images/slate/form/trigger.gif) no-repeat 0 0;
  371. }
  372. .x-form-field-wrap .x-form-date-trigger {
  373. background-image:url(../images/slate/form/date-trigger.gif);
  374. }
  375. .x-form-field-wrap .x-form-clear-trigger {
  376. background-image:url(../images/slate/form/clear-trigger.gif);
  377. }
  378. .x-form-field-wrap .x-form-search-trigger {
  379. background-image:url(../images/slate/form/search-trigger.gif);
  380. }
  381. .x-form-field-wrap .x-form-trigger {
  382. border-bottom:1px solid #778899;
  383. }
  384. .x-form fieldset legend {
  385. color:#333;
  386. }
  387. /* the following need to be duplicated from ext-all.js,
  388. otherwise hover effects are broken */
  389. .x-form-field-wrap .x-form-trigger-over{background-position:-17px 0;}
  390. .x-form-field-wrap .x-form-trigger-click{background-position:-34px 0;}
  391. .x-trigger-wrap-focus .x-form-trigger{background-position:-51px 0;}
  392. .x-trigger-wrap-focus .x-form-trigger-over{background-position:-68px 0;}
  393. .x-trigger-wrap-focus .x-form-trigger-click{background-position:-85px 0;}
  394. /* Grid */
  395. .x-grid3-row-selected {
  396. background:#fbf0d2;
  397. border:1px dotted #ccc;
  398. }
  399. .x-grid3-hd-btn{
  400. background:#f2daa9 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
  401. }
  402. .x-grid3-header{
  403. background:#f9f9f9 url(../images/slate/grid/grid3-hrow.gif) repeat-x 0 bottom;
  404. }
  405. 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{
  406. background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
  407. }
  408. .sort-asc .x-grid3-sort-icon{
  409. background-image:url(../images/slate/grid/sort_asc.gif);
  410. }
  411. .sort-desc .x-grid3-sort-icon{
  412. background-image:url(../images/slate/grid/sort_desc.gif);
  413. }
  414. td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  415. border-left:1px solid #fff;
  416. border-right:1px solid #ccc;
  417. }
  418. .x-grid3-cell-selected{
  419. background-color:#e0eaee!important;
  420. }
  421. .x-grid3-body .x-grid3-td-expander{
  422. background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
  423. }
  424. .x-grid3-body .x-grid3-td-checker{
  425. background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
  426. }
  427. .x-grid3-body .x-grid3-td-numberer{
  428. background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
  429. }
  430. .x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander{
  431. background:transparent url(../images/slate/grid/grid3-special-col-sel-bg.gif) repeat-y right;
  432. }
  433. .x-grid-group-hd {
  434. border-bottom:2px solid #abb;
  435. }
  436. .x-grid-group-hd div {
  437. color: #456;
  438. }
  439. .x-dd-drag-proxy .x-grid3-hd-inner{
  440. background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
  441. border:1px solid #abc;
  442. }
  443. .x-tbar-page-first{
  444. background-image:url(../images/slate/grid/page-first.gif)!important;
  445. }
  446. .x-tbar-page-last{
  447. background-image:url(../images/slate/grid/page-last.gif)!important;
  448. }
  449. .x-tbar-page-next{
  450. background-image:url(../images/slate/grid/page-next.gif)!important;
  451. }
  452. .x-tbar-page-prev{
  453. background-image:url(../images/slate/grid/page-prev.gif)!important;
  454. }
  455. .x-paging-info {
  456. color:#FFFFFF;
  457. }
  458. /* Progress Bar */
  459. .x-progress-bar{
  460. background:#9CBFEE url( ../../resources/images/slate/progress/progress-bg.gif ) repeat-x left center;
  461. border-top:1px solid #ddd;
  462. border-bottom:1px solid #ddd;
  463. }
  464. /* Combos */
  465. .x-combo-list{
  466. border:1px solid #89a;
  467. }
  468. .x-combo-list .x-combo-selected{
  469. border:1px dotted #ccc!important;
  470. background:#fbf0d2;
  471. }
  472. /* Calendars */
  473. .x-date-middle,.x-date-left,.x-date-right{
  474. background:url(../images/slate/shared/hd-sprite.gif) repeat-x 0 -83px;
  475. }
  476. .x-date-bottom {
  477. background:#DFECFB url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
  478. border-top:1px solid #abc;
  479. }
  480. .x-date-right a{
  481. background-image:url(../images/slate/shared/right-btn.gif);
  482. }
  483. .x-date-left a{
  484. background-image:url(../images/slate/shared/left-btn.gif);
  485. }
  486. .x-date-inner th{
  487. background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
  488. border-bottom:1px solid #abc;
  489. color:#345;
  490. }
  491. .x-date-inner .x-date-selected a {
  492. background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
  493. border:1px solid #89a;
  494. }
  495. .x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover{
  496. background:#cfdce1;
  497. }
  498. td.x-date-mp-month a:hover,td.x-date-mp-year a:hover{
  499. color:#123;
  500. background:#cfdce1;
  501. }
  502. .x-date-mp-ybtn a{
  503. background:transparent url(../images/slate/panel/tool-sprites.gif) no-repeat;
  504. }
  505. .x-date-mp-btns {
  506. background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
  507. }
  508. td.x-date-mp-sel a{
  509. background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
  510. border:1px solid #abc;
  511. }
  512. .x-date-mp-btns button{
  513. background:#405574;
  514. border:1px solid;
  515. border-color:#abc #055 #055 #abc;
  516. }
  517. /* Resizable Handle */
  518. .x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{
  519. background:url(../images/slate/sizer/e-handle.gif);background-position:left;
  520. }
  521. .x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{
  522. background:url(../images/slate/sizer/e-handle.gif);background-position:left;
  523. }
  524. .x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{
  525. background:url(../images/slate/sizer/s-handle.gif);background-position:top;
  526. }
  527. .x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{
  528. background:url(../images/slate/sizer/s-handle.gif);background-position:top;
  529. }
  530. .x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{
  531. background:url(../images/slate/sizer/se-handle.gif);background-position:top left;
  532. }
  533. .x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
  534. background:url(../images/slate/sizer/nw-handle.gif);background-position:bottom right;
  535. }
  536. .x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
  537. background:url(../images/slate/sizer/ne-handle.gif);background-position:bottom left;
  538. }
  539. .x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
  540. background:url(../images/slate/sizer/sw-handle.gif);background-position:top right;
  541. }
  542. /* Tips */
  543. .x-tip .x-tip-close{
  544. background-image:url(../images/slate/qtip/close.gif);
  545. }
  546. .x-tip .x-tip-tc{
  547. background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -62px;
  548. }
  549. .x-tip .x-tip-tl{
  550. background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 0;
  551. }
  552. .x-tip .x-tip-tr{
  553. background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right 0;
  554. }
  555. .x-tip .x-tip-bc{
  556. background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -121px;
  557. }
  558. .x-tip .x-tip-bl{
  559. background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -59px;
  560. }
  561. .x-tip .x-tip-br{
  562. background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -59px;
  563. }
  564. .x-tip .x-tip-ml{
  565. background:#fff url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -124px;
  566. }
  567. .x-tip .x-tip-mr{
  568. background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -124px;
  569. }
  570. .x-form-invalid-tip .x-tip-tc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;padding-top:6px;}
  571. .x-form-invalid-tip .x-tip-tl{background-image:url(../images/default/form/error-tip-corners.gif);}
  572. .x-form-invalid-tip .x-tip-tr{background-image:url(../images/default/form/error-tip-corners.gif);}
  573. .x-form-invalid-tip .x-tip-bc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;height:6px;}
  574. .x-form-invalid-tip .x-tip-bl{background:url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;}
  575. .x-form-invalid-tip .x-tip-br{background:url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;}
  576. .x-form-invalid-tip .x-tip-ml{background-image:url(../images/default/form/error-tip-corners.gif);}
  577. .x-form-invalid-tip .x-tip-mr{background-image:url(../images/default/form/error-tip-corners.gif);}
  578. /* Miscellaneous */
  579. .x-item-disabled * {
  580. color:#333 !important;
  581. }