浏览代码

Adding tfoot styles to Sonata Admin - when someone extends a sonata template, and adds a tfoot, we want it to look nice.

Brent Shaffer 13 年之前
父节点
当前提交
bc764007e7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Resources/public/css/colors.css

+ 6 - 0
Resources/public/css/colors.css

@@ -3,6 +3,12 @@ table.sonata-ba-list th {
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e2e2e2));
 }
 
+table.sonata-ba-list tfoot td {
+    background-image: -moz-linear-gradient(-90deg, #f8f8f8 , #e2e2e2);
+    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e2e2e2));
+    border-top: 1px solid #DDD;
+}
+
 /* Form */
 textarea.title {
     font-size: 1em;