If I pick theme 2, no class is set, and it uses the bootstrap css select
which sets the width to 220px, which is fine,
but if I pick theme 3, it sets the class to form-control and sets the
width to 100%, which is not fine.

I want to use theme 3, but I want the width to be 220px, as a workaround
I did:

select.form-control
{
    width: 220px;
}

My question is, is this the behavior you intended, or would it be better
to use another class for selectors?
It seems to me that form-control is not a very good class to use for
selectors.

Thanks
------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to