Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. menupopup {
  2. -moz-appearance: none !important;
  3. padding: 8px 2px 8px 2px !important;
  4. background-color: #2B2B2B !important;
  5. border: 1px #A0A0A0 solid !important;
  6. min-width: 280px !important;
  7. }
  8. menuseparator {
  9. -moz-appearance: none !important;
  10. border: none !important;
  11. padding: .5px 0px .5px 0px !important;
  12. margin: 4px 8px 4px 8px !important;
  13. background-color: #808080 !important;
  14. }
  15. menuitem, menu {
  16. -moz-appearance: none !important;
  17. color: white !important;
  18. padding: 7.5px 0px 7.5px 0px !important;
  19. }
  20. menuitem[disabled="true"], menuitem[disabled="true"] > .menu-text {
  21. color: gray !important;
  22. }
  23. menuitem:hover, menu:hover, menu[open="true"], menuitem[_moz-menuactive="true"] {
  24. -moz-appearance: none !important;
  25. padding: 7.5px 0px 7.5px 0px !important;
  26. background-color: #414141 !important;
  27. }
  28. menugroup {
  29. padding: 0px !important;
  30. background-color: transparent !important;
  31. }
  32. menuitem > .menu-text, menuitem > .menu-iconic-text {
  33. color: white !important;
  34. }
  35. menuitem[type="checkbox"] {
  36. padding-left: 8px !important;
  37. padding-top: 6.5px !important;
  38. padding-bottom: 6.5px !important;
  39. }
  40. menuitem[type="radio"] {
  41. padding-left: 8px !important;
  42. padding-top: 6.5px !important;
  43. padding-bottom: 6.5px !important;
  44. }
  45. menuitem[type="checkbox"] > .menu-iconic-text, menuitem[type="radio"] > .menu-iconic-text {
  46. padding-left: 5px !important;
  47. }
  48. menuitem[checked="true"][type="checkbox"] > .menu-iconic-left {
  49. padding: 7px 0px 0px 0px !important;
  50. border: solid white;
  51. border-width: 0 0 2px 2px;
  52. transform: rotate(-45deg) scale(.75);
  53. margin-bottom: 4px !important;
  54. }
  55. menuitem[checked="true"][type="radio"] > .menu-iconic-left {
  56. padding: 1px !important;
  57. border: solid white;
  58. height: 17px !important;
  59. border-radius: 100%;
  60. background: white;
  61. transform: scale(.5);
  62. }
  63. menucaption {
  64. background-color: transparent !important;
  65. color: white !important;
  66. }
  67. #ContentSelectDropdown > menupopup {
  68. background-image: none !important;
  69. }
  70. #ContentSelectDropdown {
  71. padding: 0px !important;
  72. }
  73. menulist {
  74. -moz-appearance: none !important;
  75. padding: 4px 4px 4px 4px !important;
  76. border: 2px solid #666666 !important;
  77. background-color: transparent !important;
  78. }
  79. menulist:hover {
  80. padding: 4px 4px 4px 4px !important;
  81. border: 2px solid #999999 !important;
  82. background-color: transparent !important;
  83. }
  84. menulist[open="true"] {
  85. border: 2px solid #666666 !important;
  86. background-color: #333333 !important;
  87. }
  88. #context-back > .menu-iconic-left, #context-forward > .menu-iconic-left, #context-reload > .menu-iconic-left, #context-stop > .menu-iconic-left, #context-bookmarkpage > .menu-iconic-left {
  89. padding: 0px !important;
  90. }
  91. .menu-iconic-left {
  92. -moz-appearance: none !important;
  93. padding: 0px 5px 0px 9px !important;
  94. }
  95. .menu-right {
  96. -moz-appearance: none !important;
  97. padding: 7.5px !important;
  98. margin-right: 6px !important;
  99. color: white !important;
  100. border: solid white;
  101. border-width: 0 2px 2px 0px;
  102. transform: rotate(-45deg) scale(.55);
  103. }
  104. tooltip {
  105. -moz-appearance: none !important;
  106. color: white !important;
  107. background-color: #2B2B2B !important;
  108. border: 1px solid #767676 !important;
  109. padding: 6.5px !important;
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement