Skip to content

Commit

Permalink
issue #987 new icons (left and down arrows for menubar)
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Mar 15, 2019
1 parent 9f6e3e9 commit 19cccd9
Show file tree
Hide file tree
Showing 12 changed files with 136 additions and 111 deletions.
12 changes: 12 additions & 0 deletions admin/themes/default/fontello/config.json
Expand Up @@ -521,6 +521,18 @@
"css": "th-list", "css": "th-list",
"code": 59444, "code": 59444,
"src": "fontawesome" "src": "fontawesome"
},
{
"uid": "ccddff8e8670dcd130e3cb55fdfc2fd0",
"css": "down-open",
"code": 59445,
"src": "fontawesome"
},
{
"uid": "d870630ff8f81e6de3958ecaeac532f2",
"css": "left-open",
"code": 59446,
"src": "fontawesome"
} }
] ]
} }
2 changes: 2 additions & 0 deletions admin/themes/default/fontello/css/fontello-codes.css
Expand Up @@ -68,6 +68,8 @@
.icon-floppy:before { content: '\e832'; } /* '' */ .icon-floppy:before { content: '\e832'; } /* '' */
.icon-th:before { content: '\e833'; } /* '' */ .icon-th:before { content: '\e833'; } /* '' */
.icon-th-list:before { content: '\e834'; } /* '' */ .icon-th-list:before { content: '\e834'; } /* '' */
.icon-down-open:before { content: '\e835'; } /* '' */
.icon-left-open:before { content: '\e836'; } /* '' */
.icon-hdd:before { content: '\f0a0'; } /* '' */ .icon-hdd:before { content: '\f0a0'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */ .icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */ .icon-filter:before { content: '\f0b0'; } /* '' */
Expand Down
14 changes: 8 additions & 6 deletions admin/themes/default/fontello/css/fontello-embedded.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions admin/themes/default/fontello/css/fontello-ie7-codes.css
Expand Up @@ -66,6 +66,8 @@
.icon-floppy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-floppy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
Expand Down
2 changes: 2 additions & 0 deletions admin/themes/default/fontello/css/fontello-ie7.css
Expand Up @@ -77,6 +77,8 @@
.icon-floppy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-floppy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
Expand Down
16 changes: 9 additions & 7 deletions admin/themes/default/fontello/css/fontello.css
Expand Up @@ -2,12 +2,12 @@


@font-face { @font-face {
font-family: 'fontello'; font-family: 'fontello';
src: url('../font/fontello.eot?65070433'); src: url('../font/fontello.eot?25193796');
src: url('../font/fontello.eot?65070433#iefix') format('embedded-opentype'), src: url('../font/fontello.eot?25193796#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?65070433') format('woff2'), url('../font/fontello.woff2?25193796') format('woff2'),
url('../font/fontello.woff?65070433') format('woff'), url('../font/fontello.woff?25193796') format('woff'),
url('../font/fontello.ttf?65070433') format('truetype'), url('../font/fontello.ttf?25193796') format('truetype'),
url('../font/fontello.svg?65070433#fontello') format('svg'); url('../font/fontello.svg?25193796#fontello') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
Expand All @@ -17,7 +17,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) { @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face { @font-face {
font-family: 'fontello'; font-family: 'fontello';
src: url('../font/fontello.svg?65070433#fontello') format('svg'); src: url('../font/fontello.svg?25193796#fontello') format('svg');
} }
} }
*/ */
Expand Down Expand Up @@ -124,6 +124,8 @@
.icon-floppy:before { content: '\e832'; } /* '' */ .icon-floppy:before { content: '\e832'; } /* '' */
.icon-th:before { content: '\e833'; } /* '' */ .icon-th:before { content: '\e833'; } /* '' */
.icon-th-list:before { content: '\e834'; } /* '' */ .icon-th-list:before { content: '\e834'; } /* '' */
.icon-down-open:before { content: '\e835'; } /* '' */
.icon-left-open:before { content: '\e836'; } /* '' */
.icon-hdd:before { content: '\f0a0'; } /* '' */ .icon-hdd:before { content: '\f0a0'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */ .icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */ .icon-filter:before { content: '\f0b0'; } /* '' */
Expand Down
193 changes: 96 additions & 97 deletions admin/themes/default/fontello/demo.html

Large diffs are not rendered by default.

Binary file modified admin/themes/default/fontello/font/fontello.eot
Binary file not shown.
6 changes: 5 additions & 1 deletion admin/themes/default/fontello/font/fontello.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified admin/themes/default/fontello/font/fontello.ttf
Binary file not shown.
Binary file modified admin/themes/default/fontello/font/fontello.woff
Binary file not shown.
Binary file modified admin/themes/default/fontello/font/fontello.woff2
Binary file not shown.

0 comments on commit 19cccd9

Please sign in to comment.