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.
gristlabs_grist-core/app/client/components/AceEditor.css

28 lines
582 B

.ace_grist_link_hidden {
display: none;
}
.ace_grist_link {
color: var(--grist-color-light-green);
text-decoration: underline;
cursor: pointer;
}
.ace_grist_example {
color: #8f8f8f;
}
.ace_editor.ace_autocomplete .ace_completion-highlight.ace_grist_link {
color: var(--grist-color-dark-green);
}
.ace_editor.ace_autocomplete .ace_text-layer {
z-index: 7;
pointer-events: auto;
}
.ace_editor.ace_autocomplete {
width: 500px !important; /* the default in language_tools.js is 280px */
max-width: 80%; /* of the screen, for hypothetical mobile support */
}