I see that thumbnail take by defaul polaroid-img style from bootstrap.min.css file
is there a way to change that in in image field configuration panel?
currently I have overwritten the style by adding
in my list template css the following
.img-polaroid {
background-color: none;
border: none;
box-shadow: none;
padding: 0px;
}
but it's not a very smart solution :S
I see that thumbnail take by defaul polaroid-img style from bootstrap.min.css file
is there a way to change that in in image field configuration panel?
currently I have overwritten the style by adding
in my list template css the following
but it's not a very smart solution :S