Browse Source

HUE-253. Query Save As dialog appears empty

Marcus McLaughlin 15 years ago
parent
commit
ad6fe68f82
1 changed files with 3 additions and 0 deletions
  1. 3 0
      desktop/core/static/css/shared.css

+ 3 - 0
desktop/core/static/css/shared.css

@@ -367,6 +367,9 @@ form.ccs-table_config ul {
 *[data-filters*=Sortable] > * {
 	cursor: move;
 }
+*[data-filters*=Sortable] .clone {
+	z-index: 1;
+}
 form.ccs-table_config li {
 	padding: 2px;
 	border: 1px solid #ccc;