Explorar el Código

HUE-3602 [editor] Sample popup column header style conflicts a bit with rows

Johan Ahlen hace 9 años
padre
commit
24bfeb1
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      desktop/core/src/desktop/templates/table_stats.mako

+ 6 - 1
desktop/core/src/desktop/templates/table_stats.mako

@@ -31,6 +31,11 @@ from desktop.views import _ko
       border-right: 1px solid transparent !important;
       border-left: 1px solid transparent !important;
     }
+
+    .samples-table th {
+      background-color: #FFF !important;
+      border: none !important;
+    }
   </style>
 
   <script type="text/html" id="table-stats">
@@ -113,7 +118,7 @@ from desktop.views import _ko
               <div class="alert">${ _('The selected table has no data.') }</div>
               <!-- /ko -->
               <!-- ko if: rows.length > 0 -->
-              <table class="table table-striped table-condensed">
+              <table class="samples-table table table-striped table-condensed ">
                 <tr>
                   <th style="width: 10px"></th>
                   <!-- ko foreach: headers -->