Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 31ac233

Browse files
committed
Change icon for dwg files, use cube. Fix #1230
1 parent f274294 commit 31ac233

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/src/conf/extensions.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@
9999
array("svg","image.png", "file-image", "SVG"),
100100
array("psd","image.png", "file-image", "Photoshop"),
101101
array("ers","horo.png", "timer", "Timestamp"),
102-
array("dwg","dwg.png", "drowing-box", "DWG"),
102+
array("dwg","dwg.png", "cube-outline", "DWG"),
103103
);

core/src/plugins/gui.ajax/res/themes/orbit/css/fonts/mdi-subset.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,8 @@
273273

274274
.mdi-pencil-box-outline:before {
275275
content: "\f4dc";
276+
}
277+
278+
.mdi-cube-outline:before {
279+
content: "\f29c";
276280
}

0 commit comments

Comments
 (0)