403Webshell
Server IP : 104.26.4.103  /  Your IP : 216.73.216.4
Web Server : nginx/1.27.1
System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
User : arabianexpress ( 1872)
PHP Version : 8.0.30
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /storage/v9321/leapdubai/public_html/wp-content/plugins/tablepress/blocks/table/src/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /storage/v9321/leapdubai/public_html/wp-content/plugins/tablepress/blocks/table/src/editor.scss
/**
 * CSS for the TablePress table block in the block editor.
 *
 * @package TablePress
 * @subpackage Blocks
 * @author Tobias Bäthge
 * @since 2.0.0
 */

.wp-block-tablepress-table {
	$parent: &;

	/* Limit the height of server-side render preview in the block editor. */
	> .render-wrapper {
		overflow: scroll;
		min-height: 64px;
		max-height: 400px;

		> .tablepress {
			/* Prevent interaction with elements like links inside tables, similar to the `Disabled` component from Gutenberg. */
			pointer-events: none;
			/* Remove the bottom margin in the block preview. */
			margin: 0 auto;
		}
	}

	/* Hide the server-side render wrapper while it's being refreshed. */
	> div > div > .render-wrapper {
		display: none;
	}

	/* Move the loading spinner inside the table overlay. */
	> div > div {
		margin-top: 8px !important; /* The !important flag is necessary to overwrite an inline style. */
	}

	/* Show an overlay on top of the table, to indicate that it's not fully shown. */
	@at-root .table-overlay {
		#{$parent} & {
			box-sizing: border-box;
			top: 0;
			width: 100%;
			height: 100%;
			box-shadow: inset 0 0 50px #cccccc;
			background-color: rgba(255, 255, 255, 0.5);
			padding: 2em;
			font-weight: bold;

			/* Hide the table overlay in the block preview. */
			.block-editor-block-preview__content-iframe & {
				display: none;
			}
		}

		/* Position the table overlay above the table preview once it's loaded. */
		#{$parent} .render-wrapper + & {
			position: absolute;
		}

		/* Hide the table overlay when it's hovered while a table preview is shown. */
		#{$parent}:hover .render-wrapper + & {
			display: none;
		}
	}

	/* Increase the placeholder label font size. */
	.components-placeholder__label {
		font-size: 18px;
	}

	/* Elements inside the InspectorControls PanelBodys. */
	&-inspector-panel {
		/* Make the indeterminate state of a checkbox lighter. */
		.components-checkbox-control__input[type="checkbox"] {
			&:indeterminate {
				opacity: 0.4;
			}
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit