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.
79 lines
1.5 KiB
79 lines
1.5 KiB
:root {
|
|
--ge-panel-color: #ffffff;
|
|
--border-color: #000000;
|
|
--text-color: #000000;
|
|
--toolbar-color: #ffffff;
|
|
--primary-color: #ffffff;
|
|
--dark-text-color: #ffffff;
|
|
--ge-dark-panel-color: #121212;
|
|
--dark-toolbar-color: #121212;
|
|
}
|
|
|
|
.geSidebar *:not(svg *, .mxDisabled, [disabled]),
|
|
.geToolbar *:not(svg *, .mxDisabled, [disabled]) {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
*:not(svg *, .mxDisabled, [disabled], .spinner *, .geBackground, .geDragPreview, .geButton) {
|
|
border-color: light-dark(#000000, #FFFFFF) !important;
|
|
}
|
|
|
|
button, .geBtn, *::-webkit-scrollbar-thumb {
|
|
border-color: light-dark(#000000, #FFFFFF) !important;
|
|
color: light-dark(#000000, #FFFFFF) !important;
|
|
}
|
|
|
|
button, .geBtn {
|
|
border-style: solid !important;
|
|
border-width: 1px !important;
|
|
}
|
|
|
|
.geSimple .geDiagramContainer {
|
|
border-top-style: none !important;
|
|
border-bottom-style: none !important;
|
|
}
|
|
|
|
button:not(:hover), .geBtn:not(:hover) {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.gePrimaryBtn {
|
|
border-width: 3px !important;
|
|
}
|
|
|
|
.geActivePage, .geActiveFormatTitle {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.geActivePage {
|
|
background-color: light-dark(#ffffff, #000000) !important;
|
|
color: inherit !important;
|
|
filter: invert(1);
|
|
}
|
|
|
|
.geBigButton>img:not(.geDarkMode *) {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.geEditor,
|
|
.geTitle,
|
|
.geFormatTitle {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.geTab,
|
|
.geFormatContainer,
|
|
.geSearchSidebar input,
|
|
.geSpinnerStatus {
|
|
font-size: 14px !important;
|
|
line-height: 14px !important;
|
|
}
|
|
|
|
.geEditor div.mxTooltip {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.geHint {
|
|
font-size: 11pt;
|
|
}
|