.yasgui.context-menu {
  position: absolute;
  z-index: 10;
  background: white;
  min-width: 160px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  hr {
    margin: 8px auto;
    border: none;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #ffffff;
  }
  .context-menu-list {
    padding: 0;
  }
  .context-menu-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    &:hover {
      text-decoration: none;
      color: black;
      background-color: #f5f5f5;
    }
    &.disabled {
      text-decoration: none;
      color: gray;
      background-color: #e5e5e5;
      cursor: not-allowed;
    }
  }
}
