소스 검색

Make bgcolor white for main frame

Andy Baugh 6 년 전
부모
커밋
cac9e81e14
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      notification-center/notification-center.tt

+ 5 - 1
notification-center/notification-center.tt

@@ -8,7 +8,11 @@
         breadcrumburl = '/cgi/addon_notification-center.cgi'
         theme = "bootstrap"
 %]
-
+<style>
+	#contentContainer {
+		background-color: white;
+	}
+</style>
 <table id="notificationsTable" class="table table-striped">
     <thead>
         <tr>