custom css being overridden by bootstrap css

前端 未结 8 1684
不思量自难忘°
不思量自难忘° 2020-12-02 23:33

I am using Bootstrap 3 and I have a table showing some data. in this table I have applied some javascript for conditional formatting, in the event that a condition is met, I

8条回答
  •  既然无缘
    2020-12-03 00:01

    I had a similar problem, also after using !important the problem stayed.

    The problem depends on which browser we are using, in my case it was Chrome. Normally chrome stores frequently used sites and does not always fully page reload.

    The issue was solved only after clearing the chrome history or Ctrl+Shift+R.

提交回复
热议问题