HEX
Server: Apache/2
System: Linux nexus-01 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
User: aglcoke (1118)
PHP: 8.2.31
Disabled: mail,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: //usr/local/cwaf/web/cwaf/css/wizard.css
.wiz_question {
	border: 1px solid #bbb;
	margin: 0;
	clear: left; 
	padding: 5px 15px 5px;
	margin-top: 5px;
	font-size: 13px;
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-opera-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

.wiz_question legend {
    border-style: none;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}

.wiz_button {
    background-color: #1279a6;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    margin: 10px 0 0 3px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}
.wiz_button:hover {
    cursor: pointer;
    background-color: #1b96ca; 
    color: #e4eff6;
}

#cwaf_wizard_tree {
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bonsai li {
    border-top: 1px solid #dcdcdc;
    font-size: 13px;
}

.wiz_rule_row:nth-child(even) {background: #e4eff6;}
.wiz_rule_row:nth-child(odd) {background: #FFF;}

#cwaf_wizard_header h1 { color: #4f6676; }
#cwaf_wizard_header h3 { color: #4f6676; }