Hello All,
Currently we are developing our poroject using MVC framework. we have defined our global. css for controls like Button, Calendar etc , but there are some screens (nothing but areas in MVC ) where we need to show different properties for the same control. For x : Standard color of button : Blue but in one of area we need to show as Screen
So , one of the way is create a new class in CSS file of that Area and have an property with color : blue and apply two CSS ( Button New classnname) or another way is overiride that class in area with new color
which one is best approach in terms of maintianiblity and why ?
Regards,
Rajesh