sync both themes with toolkit windows/shared theme changes in Mozilla 26
[themes.git] / LCARStrek / global / filepicker.css
index 3f5bbcb52bfdf879bc36bea0ed65d7eed91a5f79..33740a50126946abcec276760d609d0b77ab09ce 100644 (file)
 
 /* ::::: file/directory items ::::: */
 
+treechildren::-moz-tree-image(treecolAutoCompleteValue, directory),
 treechildren::-moz-tree-image(FilenameColumn, directory) {
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
+treechildren::-moz-tree-image(treecolAutoCompleteValue, file),
 treechildren::-moz-tree-image(FilenameColumn, file) {
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }