国内流行的内容管理系统(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.

86 lines
2.1KB

  1. a {
  2. font-size: 12px;
  3. }
  4. .WebFX-ContextMenu {
  5. border: 0;
  6. /*2px outset;*/
  7. width: 10px;
  8. }
  9. .WebFX-ContextMenu-Body {
  10. background-color: #EEFFEC;
  11. background-image: url('../images/mmenubg.gif');
  12. margin: 0px;
  13. padding: 1px;
  14. border: 1px solid #E0E7C9;
  15. }
  16. .WebFX-ContextMenu-Separator {
  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. font-size: 13px;
  27. color: black !important;
  28. width: 100%;
  29. padding: 2px 20px 2px 16px;
  30. }
  31. .WebFX-ContextMenu-Over {
  32. cursor: default;
  33. background-color: highlight;
  34. font: menu;
  35. font-size: 13px;
  36. width: 100%;
  37. padding: 2px 20px 2px 16px;
  38. color: highlighttext;
  39. }
  40. .WebFX-ContextMenu-Disabled {
  41. cursor: default;
  42. font: menu;
  43. width: 100%;
  44. padding: 2px 20px 2px 16px;
  45. color: graytext;
  46. }
  47. .WebFX-ContextMenu-Disabled-Over {
  48. cursor: default;
  49. background-color: highlight;
  50. font: menu;
  51. width: 100%;
  52. padding: 2px 20px 2px 16px;
  53. color: graytext;
  54. }
  55. .WebFX-ContextMenu-Disabled-Over .WebFX-ContextMenu-DisabledContainer {
  56. display: block;
  57. width: 100%;
  58. vertical-align: center;
  59. }
  60. /*very nice hack by erik below */
  61. .WebFX-ContextMenu-Disabled .WebFX-ContextMenu-DisabledContainer {
  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. background: Transparent;
  70. filter: gray()
  71. /* Remove all bright shades of gray */
  72. chroma(color=#ffffff) chroma(color=#fefefe) chroma(color=#fdfdfd) chroma(color=#fcfcfc) chroma(color=#fbfbfb) chroma(color=#fafafa) chroma(color=#f9f9f9) chroma(color=#f8f8f8) chroma(color=#f7f7f7) chroma(color=#f6f6f6) chroma(color=#f5f5f5) chroma(color=#f4f4f4) chroma(color=#f3f3f3) mask(color=#010101);
  73. }
  74. .WebFX-ContextMenu-Disabled-Over .WebFX-ContextMenu-DisabledContainer .WebFX-ContextMenu-DisabledContainer {}