diff --git a/docs/images/icon_sources/file_css.svg b/docs/images/icon_sources/file_css.svg
new file mode 100644
index 00000000..762686f4
--- /dev/null
+++ b/docs/images/icon_sources/file_css.svg
@@ -0,0 +1,126 @@
+
+
diff --git a/kibot/out_navigate_results.py b/kibot/out_navigate_results.py
index c2364f08..6bb113cf 100644
--- a/kibot/out_navigate_results.py
+++ b/kibot/out_navigate_results.py
@@ -79,6 +79,7 @@ EXT_IMAGE = {'gbr': 'file_gbr',
'step': 'file_stp',
'stp': 'file_stp',
'html': 'file_html',
+ 'css': 'file_css',
'xml': 'file_xml',
'tsv': 'file_tsv',
'xlsx': 'file_xlsx',
@@ -291,7 +292,8 @@ class Navigate_ResultsOptions(BaseOptions):
ext = os.path.splitext(file)[1][1:].lower()
wide = False
# Copy the icon for this file extension
- img = self.copy(EXT_IMAGE.get(ext, 'unknown'), MID_ICON)
+ icon_name = 'folder' if os.path.isdir(file) else EXT_IMAGE.get(ext, 'unknown')
+ img = self.copy(icon_name, MID_ICON)
# Full name for the file
file_full = file
# Just the file, to display it
diff --git a/kibot/resources/images/file_css.svg b/kibot/resources/images/file_css.svg
new file mode 100644
index 00000000..dd455c4c
--- /dev/null
+++ b/kibot/resources/images/file_css.svg
@@ -0,0 +1,96 @@
+
+
diff --git a/kibot/resources/images/folder.svg b/kibot/resources/images/folder.svg
new file mode 100644
index 00000000..7271aad8
--- /dev/null
+++ b/kibot/resources/images/folder.svg
@@ -0,0 +1,83 @@
+
+