high-contrast.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. :root {
  2. --panel-color: #ffffff;
  3. --border-color: #000000;
  4. --text-color: #000000;
  5. }
  6. .geEditor, .geSidebarContainer .geTitle {
  7. font-size:15px;
  8. }
  9. .geFormatContainer, .geTab, .geStatus > *,
  10. .geSearchSidebar input, .geSpinnerStatus {
  11. font-size:14px !important;
  12. }
  13. .geEditor div.mxTooltip {
  14. font-size: 12px;
  15. }
  16. .geHint {
  17. font-size:11pt;
  18. }
  19. body.geLegacyDarkMode *:not(svg *, .mxCellEditor, .mxCellEditor *, .geButton, .geLabel,
  20. img, .geIcon, .geDarkMode *, .geToolbarButton), .geLegacyDarkMode *::-webkit-scrollbar-thumb,
  21. .geLegacyDarkMode div.mxWindow, .geLegacyDarkMode .geToolbarContainer,
  22. html > body.geLegacyDarkMode > div > div.geToolbarContainer.geSimpleMainMenu,
  23. .geLegacyDarkMode .geActiveItem, .geLegacyDarkMode .geBtn, .geLegacyDarkMode .geEditor select,
  24. .geLegacyDarkMode .geSidebarTooltip, .geLegacyDarkMode html body button.gePrimaryBtn,
  25. .geLegacyDarkMode .geEditor button, .geLegacyDarkMode html body .geDialog button.gePrimaryBtn {
  26. border-color: #ffffff !important;
  27. color: #ffffff !important;
  28. }
  29. *:not(svg *, .mxCellEditor, .mxCellEditor *, .geButton, .geLabel,
  30. img, .geIcon, input, .geSpinnerStatus), div.mxWindow,
  31. .geToolbarContainer, .geActiveItem, .geBtn,
  32. .geToolbarButton, .geEditor select, .geSidebarTooltip,
  33. html body .geDialog button.gePrimaryBtn:not(.geLegacyDarkMode *),
  34. .geTitle, html body button.gePrimaryBtn, .geEditor button,
  35. *::-webkit-scrollbar-thumb {
  36. border-color: #000000 !important;
  37. color: #000000 !important;
  38. }
  39. .geSidebarTooltip, html body button.gePrimaryBtn,
  40. html body .geDialog button.gePrimaryBtn {
  41. border-style: solid !important;
  42. }
  43. html body button.gePrimaryBtn:not(.geSidebarFooter *),
  44. html body .geDialog button.gePrimaryBtn, button.geBigButton {
  45. border-width: 3px !important;
  46. border-style: solid !important;
  47. font-weight: bold;
  48. }
  49. input:not(input.gePropEditor), .geEditor button:not(.geStyleButton),
  50. .geEditor select, *::-webkit-scrollbar-thumb, .geEditor .geColorBtn {
  51. background: none;
  52. }
  53. html body button.gePrimaryBtn, html body .geDialog button.gePrimaryBtn,
  54. .geDialogTitle, .geDialogFooter {
  55. background: none !important;
  56. }
  57. .geActiveItem {
  58. background-color: lightgray !important;
  59. }
  60. div.mxWindow *, .geToolbarContainer *, .geActiveItem:not(.geLegacyDarkMode *),
  61. .geBtn, .geToolbarButton, .geTab .geAdaptiveAsset:not(.geDisabledControlTab *, :hover),
  62. .geTitle img {
  63. opacity: 1 !important;
  64. }
  65. html body.geLegacyDarkMode a.geActiveItem.geAdaptiveAsset {
  66. filter: none !important;
  67. }
  68. html body a.geActiveItem.geAdaptiveAsset:not(.geLegacyDarkMode *),
  69. html body .geActivePage {
  70. filter: invert(100%) !important;
  71. }
  72. html body.geEditor.geLegacyDarkMode div.mxRubberband {
  73. border-color:#ffffff !important;
  74. }
  75. html body.geEditor div.mxRubberband {
  76. border-style:solid !important;
  77. border-color:#000000 !important;
  78. }