30 lines
No EOL
494 B
CSS
30 lines
No EOL
494 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;
|
|
}
|
|
dialog > header
|
|
{
|
|
background-color: burlywood;
|
|
} |