Change background color on hover

Add this code to the Custom CSS field on the Style tab of your Social Share Buttons widget’s settings:

.eapps-social-share-buttons-item::after {
  background-color: yellow;
}