06.01.2018, 19:40
(This post was last modified: 06.01.2018, 19:47 by Erwin van der Zwart.)
Hi,
There is no documentation for CSS, you can lookup the used CSS with the browser inspector (F12).
The CSS code you are searching for is:
You can also use the theme css that holds most items as a base for modify the CSS, you can find it here: http://192.168.0.10/scada/vis/theme.css.gz
Tip: Read this to learn all about css: https://www.w3schools.com/css/
BR,
Erwin
There is no documentation for CSS, you can lookup the used CSS with the browser inspector (F12).
The CSS code you are searching for is:
Code:
input.input-large {
color: #260afb;
font-size: large;
}
Tip: Read this to learn all about css: https://www.w3schools.com/css/
BR,
Erwin