Fix #6201 - Category select
[roojs1] / css / combo.css
index e540f5d..932c8bc 100644 (file)
 {
     float: left;
 }
-
+/* needed for nested combo */
+.x-combo-list-item.x-combo-list-item-has-children:after {
+    content: '>';
+    float: right;
+    margin-right: 2px;
+}