Newton_Editor/user_config/usr/share/newton/context_path/resources/css/newton/ace-overrides.css

91 lines
1.8 KiB
CSS

/* TAGS */
/* IDs */
#ace_settingsmenu, #kbshortcutmenu {
background-color: rgba(0, 0, 0, 0.0);
color: rgba(255, 255, 255, 1.0);
box-shadow: -5px 4px 5px rgba(249, 148, 6, 0.74);
padding: 1em 0.5em 2em 1em;
overflow: auto;
position: absolute;
margin: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 9991;
cursor: default;
}
/* CLASSES */
.ace_editor.ace_autocomplete {
width: 300px;
z-index: 200000;
border: 1px lightgray solid;
position: fixed;
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
line-height: 1.4;
background-color: rgba(0, 0, 0, 0.0);
color: rgba(255, 255, 255, 1.0);
}
.ace_status-indicator {
color: gray;
position: absolute;
right: 0;
border-left: 1px solid;
}
.ace_prompt_container {
max-width: 603px;
width: 100%;
margin: 20px auto;
padding: 3px;
background: rgba(0, 0, 0, 0);
border-radius: 2px;
box-shadow: 0px 2px 3px 0px #555;
}
.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line {
/* background-color: #CAD6FA; */
z-index: 1;
}
/*.ace_prompt_container {*/
/* max-width: 603px;*/
/* width: 100%;*/
/* margin: 20px auto;*/
/* padding: 3px;*/
/* background: rgba(0, 0, 0, 0) !important;*/
/* border-radius: 2px;*/
/* box-shadow: 0px 2px 3px 0px #555;*/
/*}*/
.ace-tm,
.ace-tm:focus,
.ace-tm::selected {
background-color: rgba(242, 133, 0, 0.16) !important;
color: rgba(0, 0, 0, 1.0);
border: 1px lightgray solid;
}
.ace_selected {
background-color: rgba(181, 168, 153, 0.34) !important;
color: rgba(0, 0, 0, 1);
}
.ace_marker-layer .ace_selected-word {
background-color: rgba(242, 133, 0, 0.74);
color: rgba(255, 255, 255, 1.0);
}
/*.ace_marker-layer .ace_highlight-word,*/
/*.ace_marker-layer .ace_highlight-marker {*/
/* background-color: rgba(255, 0, 0, 0.74);*/
/*}*/