How make round corner of dialog while we applied Yeti Theme? - Forum

Forum Navigation
You need to log in to create posts and topics.

How make round corner of dialog while we applied Yeti Theme?

I have two question:

1: How can we make round the edges of dialogbox while we applied yeti Theme (tools>neoThemeManger>Yeti ) ?

I tried border-radius but it does not work.

2:How we use properly right-properties of css in visualNEO Web?

I have try this code but it does not work something I expect ( please see the attached image):

#myicon{
  position: absolute;
  right: 10px !important;
  top:10px !important;
  width: 50px;
  height: 50px;
  fill:green;
}

 

Uploaded files:
  • You need to login to have access to uploads.

Hi @asmat.

First question:

.modal-content{ border-radius:30px; }

Second question:

Just be sure the "left" property is empty on the Properties panel.

asmat and YASIN have reacted to this post.
asmatYASIN