html - Form css changes in different browsers -


I have a form in the website, it is done with bootstrap though when I see it on either Safari or Firefox , It does not show it properly but it always shows up on Chrome properly. My guess is something with CSS but I can not find the solution Thanks in advance!

I saw the source code of the webpage, if everything is white, you have black color in the CSS (# 000) (or whatever color you want) to change the color and border color because everything is white / (#FFF).

But it seems that you have external source for bootstrap css, so that you can download and visit the official site on your server. Remember to customize it to fit the style you're going for, or manually edit it after downloading it.

Or you can create an additional CSS file that loads after the CSS is loaded, and override only for colors.

I do not know why this works for you in Chrome, in my experience Chrome always looks for a way to load old CSS files, try disabling the cache in the developer tools.
& lt; - Reply here

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -