uex-input-texteditor {
  .form-control {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.medium-editor-toolbar {
  background-color: $primary !important;

  li {
    button {
      border-right-color: darken($primary, 10%) !important;

      &:hover {
        background-color: darken($primary, 7.5%) !important;
      }

      &.medium-editor-button-active {
        background-color: darken($primary, 10%) !important;
        border-right-color: darken($primary, 12.5%) !important;
      }
    }
  }

  .medium-editor-toolbar-input {
    background-color: $primary !important;
  }

  .medium-editor-toolbar-form {
    .medium-editor-toolbar-input {
      background-color: darken($primary, 7.5%) !important;
      border-right: solid 1px darken($primary, 10%) !important;
    }

    .medium-editor-toolbar-save,
    .medium-editor-toolbar-close {
      min-width: 60px;
      height: 60px;
      line-height: 54px;
      font-size: 18px;
      padding: 0 15px;
      margin: 0;
      text-align: center;
      border-right: solid 1px darken($primary, 10%) !important;

      &:hover {
        background-color: darken($primary, 10%) !important;
      }

      &:last-child {
        border-right: none;
      }
    }
  }

  &:after {
    border-color: $primary transparent transparent transparent !important;
  }
}

.medium-editor-anchor-preview {
  .medium-editor-toolbar-anchor-preview {
    background-color: $primary !important;

    .medium-editor-toolbar-anchor-preview-inner {
      padding: 5px 10px;
      margin: 0;
    }
  }

  &:before {
    border-color: transparent transparent $primary transparent !important;
  }
}
