HEX
Server: Apache
System: Linux webm008.cluster106.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: associattd (600886)
PHP: 5.6.40
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/a/s/s/associattd/www/wp-content/plugins/tablepress/admin/css/codemirror.css
/* CodeMirror Styling for TablePress page/customizations compared to original CSS in this file */
#tablepress-page .CodeMirror {
	height: 100px;
}
#tablepress-page .CodeMirror.large {
	height: 500px;
}
#tablepress-page .CodeMirror-scroll {
	border: 1px solid #ddd;
	height: 100%; /* Fallback for browsers that don't support calc() */
	height: calc( 100% - 2px );
	padding-bottom: 0;
	margin-right: 0;
}
#tablepress-page .CodeMirror-scroll .CodeMirror-sizer {
	border-right-width: 0 !important;
}
#tablepress-page .CodeMirror.disabled .CodeMirror-scroll {
	background-color: #eeeeee;
}

/* jQuery UI resizable styles, for the resizable CodeMirror instance */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 10px;
	width: 100%;
	bottom: -5px;
	left: 0;
}