@import "base";
.yyui-commenteditor{
  margin-top: 10px;
  .yyui-editor{
    .editor-container{
      box-shadow: none;
      font-family:inherit;
      .editor-toolbar{
        box-shadow: none;
      }
    }
    .editor-toolbar{
      &:before{
        content:"";
        display:block;
        width:0;
        height:0;
        position:absolute;
        left:15px;
        top:-11px;
        border-left:5px solid transparent;
        border-right:5px solid transparent;
        border-top:5px solid transparent;
        border-bottom:5px solid @editor-bg-color
      }
    }
    .editable-range{
      resize:none;
    }
  }
  .yyui-toolbar{
    text-align: right;
    padding: 0;
    button{
      border-radius: 4px;
      width:60px;
      height:30px;
      &:first-child{
        color:#0099FF;
        margin-right:19px;
      }
      &:last-child{
        background-color: #0099FF;
        color:#fff;
        margin-right:0;
      }
    }
  }
}