/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 11 Jul 2025, 11:03 am
*/

/**modify the navigation buttons**/
.fbx-modal.fbx-rounded .fbx-next, .fbx-modal.fbx-rounded .fbx-prev {
    width: 30px;
    height: 50px;
    border: solid 3px transparent;
}


/**remove white border*/
.fbx-modal.fbx-rounded .fbx-inner {
    border: none;
}