Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/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; }
Back to Directory File Manager