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

73 lines
1.4 KiB
CSS

/* 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 */
#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 */
.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);
}
.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);*/
/*}*/