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.

Icon placing problem
#2
This can done via CSS for round icons that are shown in icon mode (without value). Set Additional classes of required elements to round, add to Custom CSS (Vis. graphics > Edit custom CSS):
Code:
.round {
  border-radius: 50%;
  overflow: hidden;
}
Note that this only work in the visualization viewer but not in the editor.
Reply


Messages In This Thread
Icon placing problem - by mkaymak - 18.02.2022, 07:52
RE: Icon placing problem - by admin - 18.02.2022, 08:22
RE: Icon placing problem - by mkaymak - 18.02.2022, 09:26
RE: Icon placing problem - by admin - 18.02.2022, 09:27

Forum Jump: