/ext-4.1.0_b3/docs/source/RangeMenu.css.html

https://bitbucket.org/srogerf/javascript · HTML · 39 lines · 35 code · 4 blank · 0 comment · 0 complexity · f84061979ca2fe1a44e9f2b94ac57ec1 MD5 · raw file

  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">/*
  19. * RangeMenu Styles
  20. */
  21. .ux-rangemenu-icon {
  22. margin-top: 0;
  23. }
  24. .ux-rangemenu-gt {
  25. background-image: url(../images/greater_than.png) !important;
  26. }
  27. .ux-rangemenu-lt {
  28. background-image: url(../images/less_than.png) !important;
  29. }
  30. .ux-rangemenu-eq {
  31. background-image: url(../images/equals.png) !important;
  32. }
  33. </pre>
  34. </body>
  35. </html>