DEV Community

Discussion on: Updated my bootstrap input fields with 3 lines of CSS and the visual impact is amazing

Collapse
 
teej profile image
TJ Fogarty

I definitely agree that small tweaks to something like bootstrap can make the world of difference. The only reservation I have about this one in particular is it looks similar to the disabled form styles getbootstrap.com/docs/4.0/componen...

Collapse
 
chipd profile image
Chris Dermody

Good point actually. Hadn't really considered that! :/

Collapse
 
teej profile image
TJ Fogarty

Sorry, I don't want to be too discouraging cause I totally agree with the spirit of the post. I guess it's not a massive deal when it comes to sites where you're not going to have any disabled forms/inputs.

Thread Thread
 
chipd profile image
Chris Dermody

Didn't take it as discouraging at all - just gave me a perspective on it I hadn't thought about.

After looking at it again though, my app is actually pre-populating those fields with data, so the user should understand that the content is editable.

Thanks for pointing it out, though :)