scrollbarstyle.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @charset "UTF-8";
  2. /*
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ans
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. .scrollBoxOuterStyle {
  9. border-bottom-style : outset;
  10. border-bottom-width : 2px;
  11. border-right-style : outset;
  12. border-right-width : 2px;
  13. border-left-style : outset;
  14. border-left-width : 2px;
  15. border-top-style : outset;
  16. border-top-width : 2px;
  17. /*background-color: scrollbar;*/
  18. background-color:rgb(212,208,200);
  19. /*GM These font properties are necessary for IE 5.5 */
  20. font-size: 1px;
  21. font-family: Courier, Times;
  22. /*a bug in IE that you can set height less than 19px, unless you set
  23. overflow:hidden;*/
  24. overflow:hidden;
  25. }
  26. .scrollBoxOuterStyle_NS
  27. {
  28. border-width: 1px;
  29. border-style: outset;
  30. border-color: #ffffff;
  31. background-color: scrollbar;
  32. /*GM These font properties are necessary for IE 5.5 */
  33. font-size: 1px;
  34. font-family: Courier, Times;
  35. }
  36. .scrollBoxInnerStyle {
  37. height:100%;
  38. width:100%;
  39. border-left-style : outset;
  40. border-top-style : outset;
  41. background-color:#e7e7e7;
  42. }
  43. .scrollbarStyle {
  44. background-color:#e7e7e7;
  45. }