소스 검색

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 {