basex-lsp/webapp/static/clients/codemirror/styles.css
2025-08-24 22:54:14 +01:00

26 lines
443 B
CSS

@import url("../bootstrap-icons.min.css");
/* Set editor dimensions */
#editor {
height: 400px;
max-width: 100%;
overflow: hidden;
}
/* Stretch editor to fit inside its containing div */
.cm-editor {
height: 100%;
width: 100%;
overflow: auto;
}
/* header */
nav {
background-color: burlywood!;
}
.nav-pills > li > a
{
/* adjust padding for height*/
padding-top: 4px;
padding-bottom: 4px;
}