How to change the color of bottom strip in login page customization.
One answer
Do you mean the very bottom bit just under the IBM and Rational Software logos? If so, have you look at this class?
.login.jazz-ui-StyledBox > .background > .bottom {
background: url("../jazz.ui/graphics/StyledBox/login-bottom.png") repeat-x bottom left;
}
Comments
yes,I am asking about bottom strip.Will you please tell me in which file ,this class exist.
You're using the Web UI Theming method to change it, no? You simply override the class, without caring where the class is defined.
https://jazz.net/wiki/bin/view/Main/WebUITheming
If you try to modify the original CSS file or whatever piece of code defining the class, I cannot provide any further steps unfortunately.