Page 1 of 1

Desktop.css

PostPosted:Thu Mar 01, 2012 11:32 am
by TDP
Hi, we've just installed OpenKM 5.1!

I've added a new login logo that is on a white background so clearly I wanted the login screen box to have a white background.

I used firebug to find that the div is #box and is found in the desktop.css

I updated the desktop.css to
div#box {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
width: 405px;
height: 285px;
margin: 40px auto 30px auto;
}
so the bg colour is white.

The problem is, that when I restart openkm the desktop.css file is overwritten.

Is there a way I can prevent this?

Many thanks in anticipation!

Martin@TDP

Re: Desktop.css

PostPosted:Thu Mar 01, 2012 12:36 pm
by TDP
Never mind! I added the style code into login.jsp :D