[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
presto-player
/
src
/
admin
/
blocks
/
blocks
/
popup-trigger
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 block.json
447 B
SET
[ EDIT ]
|
[ DEL ]
📄 edit.js
3,049 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.css
333 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.js
409 B
SET
[ EDIT ]
|
[ DEL ]
📄 save.js
253 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.css
757 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: style.css
:where(.wp-block-presto-player-popup-trigger) { /* reduce specificity */ display: grid; gap: 1rem; cursor: pointer; } /* Play icon overlay for popup image trigger variation */ :where(.presto-popup-image-trigger) { position: relative; cursor: pointer; } :where(.presto-popup-image-trigger)::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; background-image: url("../../../../../img/play-button.svg"); background-size: contain; background-repeat: no-repeat; background-position: center; z-index: 10; pointer-events: none; } :where(.presto-popup-image-trigger img) { display: block; width: 100%; height: auto; filter: brightness(0.5); }