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
#1
Hi all,


would someone have an example of CSS to perosnnalize the graphic aspect of a text modification field (I know how to do it for the text in display, but not in input).

Do you also know if there is a document on all editable CSS classes ?

Thank you in advance for your answers.


Dominique.

[Image: LM-forum01.jpg]

[Image: LM-forum02.jpg]
Reply
#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
#3
Hi Erwin,
thank's for your answer, it run well.

I have now to understand the inspector mecanism to reach all the CSS objects interesting me.
Have a good week end,
Dominique
Reply


Forum Jump: