richtext-editor.less 385 Bytes
Newer Older
wanli's avatar
wanli committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@import (css) "~wangeditor/release/wangEditor.min.css";

.w-e-text-container {
  border-radius: 0 0 3px 3px;
  border-color: #e4e4e4 !important;
  .w-e-panel-container .w-e-panel-tab-content input[type=text] {
    height: 30px;
    border-radius: 0px;
    &:focus {
      box-shadow: none;
    }
  }
}

.w-e-toolbar {
  border-radius: 3px 3px 0 0;
  border-color: #e4e4e4 !important;
}