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

56 lines
1.0 KiB
CSS

@media screen {
.monaco-editor,
.monaco-editor-background,
.monaco-editor .inputarea.ime-input,
.monaco-editor .margin
{
background-color: #00000000 !important;
}
}
/* TAGS */
html, body {
display: block;
background-color: #32383e00;
color: #ffffff;
text-wrap: wrap;
}
body {
overflow: hidden;
}
ul, li {
list-style: none;
}
input.form-control,
input.form-control:focus,
input.form-control::after,
input.form-control::placeholder {
background-color: rgba(0, 0, 0, 0.0) !important;
color: rgba(255, 255, 255, 1.0) !important;
/*text-shadow: 0px 0px 0px black !important;*/
box-shadow: none !important;
}
/* IDs */
/* CLASSES */
.popover-body {
border-color: rgba(249, 148, 6, 0.74) !important;
border-style: solid !important;
border-width: 1px !important;
}
.modal-header,
.modal-footer {
background-color: rgba(0, 0, 0, 0.64);
}
.modal-content {
background-color: rgba(50, 56, 62, 0.74);
border-color: rgba(249, 148, 6, 0.74);
}