HEX
Server: Apache/2
System: Linux server-80-13-140-150.da.direct 5.14.0-362.24.1.el9_3.0.1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 4 22:31:43 UTC 2024 x86_64
User: cpt (1004)
PHP: 8.1.24
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/cpt/public_html/wp-content/plugins/events-manager/includes/css/jquery-ui/build.scss
.em {
	@import "jquery-ui";

	@mixin active_state(){
		border: 1px solid #007fff;
		border-radius: 50%;
		background: #007fff;
		font-weight: normal;
		color: #ffffff;
	}

	.ui-datepicker {
		font-size:16px !important;

		.ui-datepicker-header {
			border:0;
			background: none;

			select.ui-datepicker-month, select.ui-datepicker-year {
				width: auto;
				border: none;
				cursor: pointer;
			}

			.ui-state-hover {
				border: none;
				background: none;
				color: #ccc;
				cursor:pointer;
			}
		}

		.ui-state-default {
			background: none;
			border: 1px solid #fff;

			&.ui-state-hover, &:hover {
				border:1px solid #ddd;;
				background: none;
				border-radius: 50%;
			}
			&.ui-state-hover:active, &:active {
				@include active_state();
			}
		}

		.ui-state-highlight {
			border: 1px solid #fff;
			background: #fff;
			color: #222;
			font-weight: bold;
		}

		th {
			padding: 5px 0.3em;
		}

		td span, td a {
			padding: 7px;
			line-height : 20px;
			text-align: center;
			text-decoration: none;
		}

		.ui-state-active {
			@include active_state();
			&:hover {
				background: #003eff !important;
			}
		}
	}
}
// wrapper hack
#em-jquery-ui {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none !important;
	> * {
		pointer-events: all !important;
	}
}