HEX
Server: Apache
System: Linux ebs-107629 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User: shredder (65669)
PHP: 8.3.8
Disabled: link,symlink
Upload Files
File: /home/wwwroot/shredder/wwwroot/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: row-resize;
	height: 10px;
	width: 100%;
	bottom: -5px;
	left: 0;
}