WordPress native “playlist” shortcode. Next and Prev there are but with no icons. How to fix?

in stylesheet:

.wp-playlist-prev{
   width:20px;
   height:20px;
   background-image: url("./theme_images_folder/something_icon.png");
}

same for the next button.