As previous comment I tried those instructions and they did not seem to
implement a change on the colors.
To test I created a new build and tired to change just one element.
Which is the lime green color it highlights your user when you are in a
room. This is located at:
/opt/om/webapps/openmeetings/css/room.css & theme.css
(inside there the heading is:)
.room.sidebar .user.list .user.current {
font-weight: bold;
background-color: #00FF00;
}
So I changed that to #D9D9D9 which is a medium shade of grey. At this
point the application was not running. I started the red5 service and
tested and the color was still the lime green. Cleared the browser
cache as I thought it may have cached that in some form, and was still
lime green. Tried a browser that had never been connected to the server
and it was still the same.
So did a search for #00FF00 and found it referenced in:
/opt/om/webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/room/wb/fabric.js
/opt/om/webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/room/wb/wb.min.js
/opt/om/webapps/opemeetings/WEB-INF/classes/org/apache/openmeetings/web/room/wb/wb.js:
So I changed all those references to #D9D9D9 as well, and still after a
service restart it showed up lime green. Any thoughts as I'm at a loss
on where this even pulling its color code from.
On 3/15/2018 9:33 PM, Maxim Solodovnik wrote:
The process is defined here
http://openmeetings.apache.org/themes-and-branding.html
The color scheme is defined by jqueryui theme
Please put your customizations to custom.css
On Fri, Mar 16, 2018 at 6:27 AM, Aaron Hepp <[email protected]
<mailto:[email protected]>> wrote:
Can the chatroom colors be changed. Looking to change to a "grey
scale" palette over the blues? If so can you give a list of files
that need to have the color codes changed in? Since users only
ever see the rooms the elements I would need to change are the
chatroom itself and the "popout" box elements.
--
WBR
Maxim aka solomax