/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-9999 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.custom-pictures-only .ppb_thumbnail {
    margin: 5px;
    margin-bottom: 15px;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.custom-pictures-only  .ppb_thumbnail:hover, .custom-pictures-only .ppb_selected {
    border: 2px solid rgba(0, 0, 0, 1);
}
