It's all about the answers!

Ask a question

How to change the color of bottom strip in login page customization.


jyoti mishra (45139) | asked Jun 30 '17, 5:17 a.m.

 Hi,

I had customized the login page and I customized in every aspects,but Problem is I want to customized the bottom strip of login page, and I am not able to find its specific class or div to do the changes.So,I wanted to Know whether it is possible to customize it or not.

One answer



permanent link
Donald Nong (14.5k414) | answered Jul 03 '17, 4:19 a.m.

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
jyoti mishra commented Jul 03 '17, 5:14 a.m.

 yes,I am asking about bottom strip.Will you please tell me in which file ,this class exist.


Donald Nong commented Jul 04 '17, 12:46 a.m.

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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.