When to Use !important in CSS



 Had this really irritating problem where I simply could not seem to change the color of the text to black.  Put !important and then it worked.





input, select {
            color: black !important;
        }

Comments

Popular posts from this blog

Asp.net Publishing Broke Site - "App_WebReferences is not allowed because the application is precompiled"

Telerik - Custom Group Footers In RadGrid

Bootstrap Modal Popup is Grayed Out