Skip to content

Commit 4373aaf

Browse files
committed
updated file extension icons
1 parent 7b9c9b1 commit 4373aaf

12 files changed

Lines changed: 70 additions & 10 deletions

File tree

dist/css/tableexport.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@
4848

4949
.xlsx:before {
5050
background-color: darkgreen;
51-
content: url("../img/ixlsx.png");
51+
content: url("../img/xlsx.svg");
5252
}
5353

5454
.xls:before {
5555
background-color: green;
56-
content: url("../img/ixls.png");
56+
content: url("../img/xls.svg");
5757
}
5858

5959
.csv:before {
6060
background-color: blue;
61-
content: url("../img/icsv.png");
61+
content: url("../img/csv.svg");
6262
}
6363

6464
.txt:before {
6565
background-color: purple;
66-
content: url("../img/itxt.png");
66+
content: url("../img/txt.svg");
6767
}

dist/css/tableexport.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/img/csv.svg

Lines changed: 8 additions & 0 deletions
Loading

dist/img/txt.svg

Lines changed: 8 additions & 0 deletions
Loading

dist/img/xls.svg

Lines changed: 8 additions & 0 deletions
Loading

dist/img/xlsx.svg

Lines changed: 8 additions & 0 deletions
Loading

src/stable/css/tableexport.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@
4848

4949
.xlsx:before {
5050
background-color: darkgreen;
51-
content: url("../img/ixlsx.png");
51+
content: url("../img/xlsx.svg");
5252
}
5353

5454
.xls:before {
5555
background-color: green;
56-
content: url("../img/ixls.png");
56+
content: url("../img/xls.svg");
5757
}
5858

5959
.csv:before {
6060
background-color: blue;
61-
content: url("../img/icsv.png");
61+
content: url("../img/csv.svg");
6262
}
6363

6464
.txt:before {
6565
background-color: purple;
66-
content: url("../img/itxt.png");
66+
content: url("../img/txt.svg");
6767
}

src/stable/css/tableexport.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/stable/img/csv.svg

Lines changed: 7 additions & 0 deletions
Loading

src/stable/img/txt.svg

Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)