.msp-contextual {
    position: relative;
}

.msp-contextual:hover {
    outline: 1px dashed;
}

.msp-contextual-btn {
	
  display: none;
  width: 26px;
  height: 26px;
 
  background-image: url(/themes/contrib/stable/images/core/icons/bebebe/pencil.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  
  position: absolute;
  z-index: 9999;
  right: 6px;
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0 2px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 13px;
  background-color: #fff;
  background-attachment: scroll;
  
}

.msp-contextual:hover .msp-contextual-btn {
	display: block;
}