Hello
Thanks for your answer
But sadly its this - its not a k2 file causing the problem
The file is called templates.t3_blank.less.bootstrap.less.css
After your answer I had another look - and found the file in the t3-assets/dev folder
I modified this file and it works for me !
But I wonder if I should modify first a less file but I know nothing at all about less
Do you think its necessary ?
Here's the css I removed :
.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,0.3);
*border: 1px solid #999;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
box-shadow: 0 3px 7px rgba(0,0,0,0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
outline: none;
}
*/