Explorar o código

Merge pull request #419 from bshaffer/adds_tfoot_styles

Adding tfoot styles to Sonata Admin
Thomas %!s(int64=13) %!d(string=hai) anos
pai
achega
545d56b32c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;