Decrease Twitter Bootstrap input field’s height?

I couldn’t find any and if there isn’t how do I go about overriding the defaults?

Bootstrap’s input field height is defined using attribute selectors e.g. input[type="text"], input[type="password"]

You can override it with your styles in the same selector format, or uses classes and such.

.mystyle input[type="text"] {
   height: 14px;
   font-size: 10px;
   line-height: 14px;
}

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)