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.

CSS for user editing text zone
#2
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:
Code:
input.input-large {
  color: #260afb;
  font-size: large;
}
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
Reply


Messages In This Thread
CSS for user editing text zone - by SigmaTec - 06.01.2018, 17:53
RE: CSS for user editing text zone - by Erwin van der Zwart - 06.01.2018, 19:40

Forum Jump: