HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/server/panel/BTPanel/static/editor/diff/ace-diff.min.css
.acediff__wrap {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
}
.acediff__gutter {
	flex: 0 0 60px;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	overflow: hidden;
}
.acediff__gutter,
.acediff__gutter svg {
	background-color: #efefef;
}
.acediff__left,
.acediff__right {
	height: 100%;
	flex: 1;
}
.acediff__diffLine {
	background-color: #d8f2ff;
	border-top: 1px solid #a2d7f2;
	border-bottom: 1px solid #a2d7f2;
	position: absolute;
	z-index: 4;
}
.acediff__diffLine.targetOnly {
	height: 0 !important;
	border-top: 1px solid #a2d7f2;
	border-bottom: 0;
	position: absolute;
}
.acediff__connector {
	fill: #d8f2ff;
	stroke: #a2d7f2;
}
.acediff__copy--left,
.acediff__copy--right {
	position: relative;
}
.acediff__copy--left div,
.acediff__copy--right div {
	color: #000;
	text-shadow: 1px 1px hsla(0, 0%, 100%, 0.7);
	position: absolute;
	margin: 2px 3px;
	cursor: pointer;
}
.acediff__copy--right div:hover {
	color: #004ea0;
}
.acediff__copy--left {
	float: right;
}
.acediff__copy--left div {
	right: 0;
}
.acediff__copy--left div:hover {
	color: #c98100;
}