I've just been dabbling with creating a web form in Visual Studio 2012.
The default appearance of a button when I drag it onto my form from the Tools pallet and run the form is just flat. Running the form, it doesn't change appearance based on being enabled or disabled. "Pushing" it shows no change in appearance. In other words, it isn't nearly as nice as a Windows Forms button created in the same way.
Do I have to write some CSS code or something to change this?
(My default browser for debug is Firefox.)

