Application Delivery Management
Application Modernization & Connectivity
IT Operations Management
CyberRes
/* This will change the color of main Login Panel */
div.login-panel{
background:#0d8dc9;
}
/* This will change the color and border-color of User Name, Password Panel, All the Input Fields and Select drop-down on the Login Page */
.loginUserName, .loginPassword, .login-form.noline > input, .login-form .fieldpopup{
background:# 0d8dc9;
border-color:#23c7ff;
}
/* This will change the color of Left Expanded Panel */
div.login-sidebardetail{
background:#003768;
}
/* This will change the color of Left Closed/Compressed Panel */
div.login-sidebarinfo {
background: #003768 none repeat scroll 0 0;
}
/* This will change the color of backwardIcon Part and Color of forwardIcon Part */
div.backwardIcon, div.forwardIcon {
background-color: #003768;
}
div.login-panel{
background:#2F4F4F;
}
/* This will change the color of main Login Panel */
div.login-panel{
background:#0d8dc9;
}
/* This will change the color and border-color of User Name, Password Panel, All the Input Fields and Select drop-down on the Login Page */
.loginUserName, .loginPassword, .login-form.noline > input, .login-form .fieldpopup{
background:# 0d8dc9;
border-color:#23c7ff;
}
/* This will change the color of Left Expanded Panel */
div.login-sidebardetail{
background:#003768;
}
/* This will change the color of Left Closed/Compressed Panel */
div.login-sidebarinfo {
background: #003768 none repeat scroll 0 0;
}
/* This will change the color of backwardIcon Part and Color of forwardIcon Part */
div.backwardIcon, div.forwardIcon {
background-color: #003768;
}
/* This will change the color of main Login Panel */
div.login-panel{
background:#2F4F4F;
}
/* This will change the color and border-color of User Name, Password Panel, All the Input Fields and Select drop-down on the Login Page */
.loginUserName, .loginPassword, .login-form.noline > input, .login-form .fieldpopup{
background:#2F4F4F;
border-color:#418979;
}
/* This will change the color of Left Expanded Panel */
div.login-sidebardetail{
background:#418979;
}
/* This will change the color of Left Closed/Compressed Panel */
div.login-sidebarinfo {
background: #418979 none repeat scroll 0 0;
}
/* This will change the color of backwardIcon Part and Color of forwardIcon Part */
div.backwardIcon, div.forwardIcon {
background-color: #418979;
}