国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.1KB

  1. a {
  2. font-size:12px;
  3. }
  4. .WebFX-ContextMenu {
  5. border: 0;/*2px outset;*/
  6. width: 10px;
  7. }
  8. .WebFX-ContextMenu-Body {
  9. background-color: #EEFFEC;
  10. background-image:url('../images/mmenubg.gif');
  11. margins: 0px;
  12. padding: 1px;
  13. border: 1px solid #E0E7C9;
  14. }
  15. .WebFX-ContextMenu-Separator
  16. {
  17. font-size: 0pt;
  18. border: 1px dotted #E0E7C9;
  19. height: 1px;
  20. overflow: hidden;
  21. margin: 3px 1px 3px 1px;
  22. }
  23. .WebFX-ContextMenu-Item {
  24. cursor: default;
  25. font: menu;
  26. color: black!important;
  27. width: 100%;
  28. padding: 2px 20px 2px 16px;
  29. }
  30. .WebFX-ContextMenu-Over {
  31. cursor: default;
  32. background-color: highlight;
  33. font: menu;
  34. width: 100%;
  35. padding: 2px 20px 2px 16px;
  36. color: highlighttext;
  37. }
  38. .WebFX-ContextMenu-Disabled {
  39. cursor: default;
  40. font: menu;
  41. width: 100%;
  42. padding: 2px 20px 2px 16px;
  43. color:graytext;
  44. }
  45. .WebFX-ContextMenu-Disabled-Over {
  46. cursor: default;
  47. background-color: highlight;
  48. font: menu;
  49. width: 100%;
  50. padding: 2px 20px 2px 16px;
  51. color: graytext;
  52. }
  53. .WebFX-ContextMenu-Disabled-Over .WebFX-ContextMenu-DisabledContainer
  54. {
  55. display: block;
  56. width: 100%;
  57. vertical-align: center;
  58. }
  59. /*very nice hack by erik below */
  60. .WebFX-ContextMenu-Disabled .WebFX-ContextMenu-DisabledContainer
  61. {
  62. display: block;
  63. background: GrayText;
  64. filter: chroma(color=#010101) dropshadow(color=ButtonHighlight, offx=1, offy=1);
  65. width: 100%;
  66. vertical-align: center;
  67. }
  68. .WebFX-ContextMenu-Disabled .WebFX-ContextMenu-DisabledContainer .WebFX-ContextMenu-DisabledContainer
  69. {
  70. background: Transparent;
  71. filter: gray()
  72. /* Remove all bright shades of gray */
  73. chroma(color=#ffffff) chroma(color=#fefefe) chroma(color=#fdfdfd)
  74. chroma(color=#fcfcfc) chroma(color=#fbfbfb) chroma(color=#fafafa)
  75. chroma(color=#f9f9f9) chroma(color=#f8f8f8) chroma(color=#f7f7f7)
  76. chroma(color=#f6f6f6) chroma(color=#f5f5f5) chroma(color=#f4f4f4)
  77. chroma(color=#f3f3f3)
  78. mask(color=#010101);
  79. }
  80. .WebFX-ContextMenu-Disabled-Over .WebFX-ContextMenu-DisabledContainer .WebFX-ContextMenu-DisabledContainer
  81. {
  82. }