소스 검색

Fix background color of table footer row

KokkieH 3 년 전
부모
커밋
bedfc4e879
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      textbook/style.css

+ 2 - 1
textbook/style.css

@@ -668,7 +668,8 @@ table td {
 }
 
 .entry-content table tbody tr:nth-child(odd),
-.widget-area table tbody tr:nth-child(odd) {
+.widget-area table tbody tr:nth-child(odd),
+.widget-area table {
   background: #FFF;
 }