Browse Source

修改表格隔行和hover颜色

笔下光年 6 years ago
parent
commit
21df8a1327
1 changed files with 2 additions and 2 deletions
  1. 2 2
      css/style.min.css

+ 2 - 2
css/style.min.css

@@ -146,10 +146,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     border-color: #eceeef;
 }
 .table-striped tbody tr:nth-of-type(odd) {
-    background-color: #fcfdfe;
+    background-color: #fafafa;
 }
 .table-hover > tbody > tr:hover {
-  background-color: #f9fafb;
+  background-color: #f1fbfb;
 }
 .table-vcenter > thead > tr > th,
 .table-vcenter > thead > tr > td,