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
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
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 {so the bg colour is white.
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
width: 405px;
height: 285px;
margin: 40px auto 30px auto;
}
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
