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.

replaced smartphone and tablet/pc default colors
#1
I have homelynk (2.1.1) with default css. 

So default colors is green on my smartphone and table/pc visu. How to change this color easy to F00000 for example?
Reply
#2
Hi,

http://192.168.0.10/scada/vis/theme.css....sion=2.1.1 holds all the used CSS for a selected theme, if you pick the correct rules from it and set them to custom css you can do it quite fast..

BR,

Erwin
Reply
#3
(26.01.2018, 15:09)Erwin van der Zwart Wrote: Hi,

http://192.168.0.10/scada/vis/theme.css....sion=2.1.1 holds all the used CSS for a selected theme, if you pick the correct rules from it and set them to custom css you can do it quite fast..

BR,

Erwin

can you please give me a quick example and where to place the custom css?
Reply
#4
Hi,

Vis Graphics ->Edit Custom CSS

Sample:
Code:
.navbar-inner, .nav .active .a, .nav .active .a:hover, .nav .a.active{
    background-image: linear-gradient(#534767, #143111);
}
a, .a{
    color: #08c;
}
.nav .a:hover {
    box-shadow: inset 0 0 0 1px #08c;
}

BR,

Erwin
Reply
#5
many thanks..
Reply


Forum Jump: