HEX
Server: Apache
System: Linux srv-plesk28.ps.kz 5.14.0-284.18.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 29 17:06:27 EDT 2023 x86_64
User: greencl1 (10085)
PHP: 8.1.33
Disabled: apache_setenv,dl,eval,exec,openlog,passthru,pcntl_exec,pcntl_fork,popen,posix_getpwuid,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,socket_create,socket_create_listen,socket_create_pair,syslog,system,socket_listen,stream_socket_server
Upload Files
File: /var/www/vhosts/greenclinic.kz/newsite/wp-content/plugins/cf7-telegram/css/admin.css
.check_bot .status:before {
	content: ' ';
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 8px;
}
.check_bot.online .status:before{
	background: #3278f7;
	box-shadow: 0 0 2px #445bff;
}
.check_bot.failed .status:before{
	background: red;
	box-shadow: 0 0 2px red;
}

.wpcf7tg_notice{
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 5px 0px 2px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
    height: 30px;
}
.wpcf7tg_notice[status="pending"]{
    border-left-color: #f90;
}
.wpcf7tg_notice[status="active"]{
    border-left-color: #01a934;
}
.wpcf7tg_notice[status="deleted"]{
    
opacity: .4;
}

.wpcf7tg_notice .buttons,
.wpcf7tg_notice .info{}

.wpcf7tg_notice .buttons{}
.wpcf7tg_notice .info{}

.wpcf7tg_notice .username{}
.wpcf7tg_notice .nickname{
    font-family: monospace;
    color: #ccc;
}
.wpcf7tg_notice .buttons a{
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px 10px;
    display: inline-block;
}

.wpcf7tg_notice .buttons .approve{
    color: #01a934;
}
.wpcf7tg_notice .buttons .pause{
    color: #f90;
}
.wpcf7tg_notice .buttons .refuse{
    color: #F00;
}

.wpcf7tg_notice[status="pending"] .buttons .pause{
	display : none;
}

.wpcf7tg_notice[status="active"] .buttons .approve{
	display : none;
}

.wpcf7tg_notice[status="deleted"] .buttons{
	display : none;
}