Added active css class for markdown editor

This commit is contained in:
andystrobel 2015-09-28 16:00:58 +02:00
parent 14dc011f4c
commit d1f4eacb4f
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2602,6 +2602,10 @@ img.bounceIn {
}
}
.md-editor.active {
border: 2px solid @info !important;
}
//
// Responsive modifications
// --------------------------------------------------