HEX
Server: nginx/1.18.0
System: Linux mail.dakarash.co.id 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /home/dakarash.co.id/public_html/wp-content/plugins/visual-portfolio/assets/css/theme-betheme.scss
// Fix popup buttons styles.
// https://wordpress.org/support/topic/your-plugin-does-not-load-the-css-correctly/
.vp-pswp {
	.pswp__button,
	.pswp__button--arrow--left::before,
	.pswp__button--arrow--right::before,
	.pswp__button:hover,
	.pswp__button--arrow--left:hover::before,
	.pswp__button--arrow--right:hover::before {
		padding: 0;
		background-color: transparent;
		border: none;
		border-radius: 0;
	}
}

.vp-fancybox {
	.fancybox-button,
	.fancybox-button:hover {
		background-color: rgba(30, 30, 30, 60%);
		border: none;
		border-radius: 0;
		box-shadow: none;

		&::after {
			content: none;
		}
	}

	.fancybox-button:not(:hover) {
		color: #ccc !important;
	}
}