浏览代码

Closes #2693

* Revert CSS Background Hack
dansheps 7 年之前
父节点
当前提交
0c86693dc4
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      netbox/project-static/css/base.css

+ 0 - 5
netbox/project-static/css/base.css

@@ -119,11 +119,6 @@ label.required {
 input[name="pk"] {
     margin-top: 0;
 }
-/* Get around the background color problem if someone chooses white for the background */
-label[style="background-color: #ffffff"] {
-    color: #000000;
-}
-
 
 /* Tables */
 th.pk, td.pk {