humhub/css/bootstrap-markdown-override.css
2015-05-15 10:56:03 +02:00

28 lines
469 B
CSS

.md-editor {
border-radius: 3px;
border-width: 2px;
}
.md-editor.active {
border: 2px solid #6fdbe8;
outline: 0px none;
box-shadow: none;
}
.md-editor > textarea {
min-height: 500px;
padding: 10px;
font-family: inherit;
color: #555555;
font-size: 14px;
background: #fff !important;
border-top: none;
border-bottom: none;
}
.md-editor > textarea:focus {
border: 0;
outline: 0;
box-shadow: none;
}