This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

changing sidebar color
#1
Hello Dears,
is it possible to change the side bar content color, 
for example if there is an alarm in the intrusion & Gas page, its text and highlight color becomes read!
   
Best Regards,
Reply
#2
Add this to Custom JS. Change group address (1/1/1) and plan ID (#menu-plan-2) as needed:
Code:
$(function(){
  if (window.grp) {
    grp.listen('1/1/1', function(obj) {
      $('#menu-plan-2 > span').css({
        color: obj.value ? '#fff' : '',
        backgroundColor: obj.value ? '#b94a48' : '',
      });
    });
  }
});
Reply
#3
Many Thanks admin
Best Regards,
Reply


Forum Jump: