ItemSelector.css.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>The source code</title>
  6. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  8. <style type="text/css">
  9. .highlight { display: block; background-color: #ddd; }
  10. </style>
  11. <script type="text/javascript">
  12. function highlight() {
  13. document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
  14. }
  15. </script>
  16. </head>
  17. <body onload="prettyPrint(); highlight();">
  18. <pre class="prettyprint lang-js">/* Styles used by Ext.ux.form.ItemSelector */
  19. .x-form-multiselect-body .x-boundlist .x-mask {
  20. background: none;
  21. }
  22. .x-form-itemselector-body .x-form-item {
  23. margin: 0;
  24. }
  25. .x-form-itemselector-top {
  26. background-image: url(images/top2.gif);
  27. }
  28. .x-form-itemselector-up {
  29. background-image: url(images/up2.gif);
  30. }
  31. .x-form-itemselector-add {
  32. background-image: url(images/right2.gif);
  33. }
  34. .x-form-itemselector-remove {
  35. background-image: url(images/left2.gif);
  36. }
  37. .x-form-itemselector-down {
  38. background-image: url(images/down2.gif);
  39. }
  40. .x-form-itemselector-bottom {
  41. background-image: url(images/bottom2.gif);
  42. }
  43. </pre>
  44. </body>
  45. </html>