我开始在我的站点中使用Miniprofiler,但在其弹出窗口中遇到了渲染问题。问题是我网站的 CSS “过于全球化”,例如:
thead th:last-child {
background: url("img/rb.gif") no-repeat scroll right 0 transparent !important;
height: 42px;
}
这与 MiniProfiler 的样式冲突,它的弹出窗口看起来像地狱(特别是它的表格不需要背景图像等)。我试图缩小我的 CSS 范围,但该网站很大并且带来了更多问题(我不是设计师)。但是,我可以修改 MiniProfiler 的源代码/样式并重新构建它。我需要的是具有profiler-results
类的容器中的元素忽略所有“全局”样式。我最好的选择是什么?