Browse Source

HUE-6077 [frontend] Re-introduce striped background for HueDatatables

Enrico Berti 8 years ago
parent
commit
f1a300b

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 3 - 0
desktop/core/src/desktop/static/desktop/less/hue-cross-version.less

@@ -93,6 +93,9 @@ input[type='password']::-ms-reveal {
 
 .table-huedatatable {
   border: none;
+  tbody tr:nth-child(odd) {
+    background-color: @cui-gray-050;
+  }
 }
 
 .clear {

Some files were not shown because too many files changed in this diff