mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-26 23:20:28 +08:00
Added new icon-check-partial
This commit is contained in:
parent
ee55c859d2
commit
0cc92e989c
@ -517,6 +517,9 @@
|
||||
.icon-fullscreen {
|
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
||||
}
|
||||
.icon-check-partial {
|
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
||||
}
|
||||
.icon-group {
|
||||
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
||||
}
|
||||
|
1
css/font-awesome.css
vendored
1
css/font-awesome.css
vendored
@ -255,6 +255,7 @@ li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
|
||||
.icon-filter:before { content: "\f0b0"; }
|
||||
.icon-briefcase:before { content: "\f0b1"; }
|
||||
.icon-fullscreen:before { content: "\f0b2"; }
|
||||
.icon-check-partial:before { content: "\f0b3"; }
|
||||
|
||||
.icon-group:before { content: "\f0c0"; }
|
||||
.icon-link:before { content: "\f0c1"; }
|
||||
|
@ -169,6 +169,7 @@
|
||||
.icon-filter{*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');}
|
||||
.icon-briefcase{*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');}
|
||||
.icon-fullscreen{*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');}
|
||||
.icon-check-partial{*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');}
|
||||
.icon-group{*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');}
|
||||
.icon-link{*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');}
|
||||
.icon-cloud{*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');}
|
||||
|
3
docs/assets/css/font-awesome.css
vendored
3
docs/assets/css/font-awesome.css
vendored
@ -22,7 +22,7 @@
|
||||
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
font-family: "FontAwesome";
|
||||
src: url('../font/fontawesome-webfont.eot');
|
||||
src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
|
||||
font-weight: normal;
|
||||
@ -255,6 +255,7 @@ li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
|
||||
.icon-filter:before { content: "\f0b0"; }
|
||||
.icon-briefcase:before { content: "\f0b1"; }
|
||||
.icon-fullscreen:before { content: "\f0b2"; }
|
||||
.icon-check-partial:before { content: "\f0b3"; }
|
||||
|
||||
.icon-group:before { content: "\f0c0"; }
|
||||
.icon-link:before { content: "\f0c1"; }
|
||||
|
@ -4348,6 +4348,9 @@ ul.icons li .icon-large:before {
|
||||
.icon-fullscreen:before {
|
||||
content: "\f0b2";
|
||||
}
|
||||
.icon-check-partial:before {
|
||||
content: "\f0b3";
|
||||
}
|
||||
.icon-group:before {
|
||||
content: "\f0c0";
|
||||
}
|
||||
|
Binary file not shown.
@ -197,6 +197,7 @@
|
||||
.icon-filter { .ie7icon(''); }
|
||||
.icon-briefcase { .ie7icon(''); }
|
||||
.icon-fullscreen { .ie7icon(''); }
|
||||
.icon-check-partial { .ie7icon(''); }
|
||||
|
||||
.icon-group { .ie7icon(''); }
|
||||
.icon-link { .ie7icon(''); }
|
||||
|
13
docs/assets/less/font-awesome.less
vendored
13
docs/assets/less/font-awesome.less
vendored
@ -22,13 +22,15 @@
|
||||
|
||||
*/
|
||||
|
||||
@fontAwesomePath: '../font';
|
||||
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('../font/fontawesome-webfont.eot');
|
||||
src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('../font/fontawesome-webfont.woff') format('woff'),
|
||||
url('../font/fontawesome-webfont.ttf') format('truetype'),
|
||||
url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
|
||||
src: url('@{fontAwesomePath}/fontawesome-webfont.eot');
|
||||
src: url('@{fontAwesomePath}/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('@{fontAwesomePath}/fontawesome-webfont.woff') format('woff'),
|
||||
url('@{fontAwesomePath}/fontawesome-webfont.ttf') format('truetype'),
|
||||
url('@{fontAwesomePath}/fontawesome-webfont.svg#FontAwesome') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -279,6 +281,7 @@ ul.icons {
|
||||
.icon-filter:before { content: "\f0b0"; }
|
||||
.icon-briefcase:before { content: "\f0b1"; }
|
||||
.icon-fullscreen:before { content: "\f0b2"; }
|
||||
.icon-check-partial:before { content: "\f0b3"; }
|
||||
|
||||
.icon-group:before { content: "\f0c0"; }
|
||||
.icon-link:before { content: "\f0c1"; }
|
||||
|
@ -299,6 +299,7 @@
|
||||
<li><i class="icon-certificate"></i> icon-certificate</li>
|
||||
<li><i class="icon-check"></i> icon-check</li>
|
||||
<li><i class="icon-check-empty"></i> icon-check-empty</li>
|
||||
<li><i class="icon-check-partial"></i> icon-check-partial</li>
|
||||
<li><i class="icon-cloud"></i> icon-cloud</li>
|
||||
<li><i class="icon-cog"></i> icon-cog</li>
|
||||
<li><i class="icon-cogs"></i> icon-cogs</li>
|
||||
|
Binary file not shown.
@ -197,6 +197,7 @@
|
||||
.icon-filter { .ie7icon(''); }
|
||||
.icon-briefcase { .ie7icon(''); }
|
||||
.icon-fullscreen { .ie7icon(''); }
|
||||
.icon-check-partial { .ie7icon(''); }
|
||||
|
||||
.icon-group { .ie7icon(''); }
|
||||
.icon-link { .ie7icon(''); }
|
||||
|
1
less/font-awesome.less
vendored
1
less/font-awesome.less
vendored
@ -281,6 +281,7 @@ ul.icons {
|
||||
.icon-filter:before { content: "\f0b0"; }
|
||||
.icon-briefcase:before { content: "\f0b1"; }
|
||||
.icon-fullscreen:before { content: "\f0b2"; }
|
||||
.icon-check-partial:before { content: "\f0b3"; }
|
||||
|
||||
.icon-group:before { content: "\f0c0"; }
|
||||
.icon-link:before { content: "\f0c1"; }
|
||||
|
@ -585,6 +585,9 @@ ul.icons
|
||||
.icon-fullscreen:before
|
||||
content: "\f0b2"
|
||||
|
||||
.icon-check-partial:before
|
||||
content: "\f0b3"
|
||||
|
||||
.icon-group:before
|
||||
content: "\f0c0"
|
||||
|
||||
|
1
sass/font-awesome.scss
vendored
1
sass/font-awesome.scss
vendored
@ -281,6 +281,7 @@ ul.icons {
|
||||
.icon-filter:before { content: "\f0b0"; }
|
||||
.icon-briefcase:before { content: "\f0b1"; }
|
||||
.icon-fullscreen:before { content: "\f0b2"; }
|
||||
.icon-check-partial:before { content: "\f0b3"; }
|
||||
|
||||
.icon-group:before { content: "\f0c0"; }
|
||||
.icon-link:before { content: "\f0c1"; }
|
||||
|
Loading…
Reference in New Issue
Block a user