[ 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
/
shared
/
components
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 ColorPopup.js
2,377 B
SET
[ EDIT ]
|
[ DEL ]
📄 EntitySearchDropdown.js
4,152 B
SET
[ EDIT ]
|
[ DEL ]
📄 LoadSelect.js
301 B
SET
[ EDIT ]
|
[ DEL ]
📄 ProBadge.js
153 B
SET
[ EDIT ]
|
[ DEL ]
📄 SelectMediaDropdown.js
4,513 B
SET
[ EDIT ]
|
[ DEL ]
📄 Tag.js
769 B
SET
[ EDIT ]
|
[ DEL ]
📄 TranscriptionLanguageSelect.js
4,279 B
SET
[ EDIT ]
|
[ DEL ]
📄 UrlSelect.js
5,058 B
SET
[ EDIT ]
|
[ DEL ]
📄 VideoIcon.js
1,352 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Tag.js
/** @jsx jsx */ import { css, jsx } from "@emotion/core"; export default ({ label, className, ...props }) => { return ( <span className={className} css={css` background: var(--wp-admin-theme-color); color: white; font-size: 10px; font-weight: 500; padding: 2px 6px; pointer-events: none; letter-spacing: 0.3px; line-height: 1.3; border-radius-bottom-left: 2px; border: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; display: inline-block; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); `} {...props} > {label} </span> ); };