aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/glyphicons.less43
-rw-r--r--less/variables.less2
2 files changed, 43 insertions, 2 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less
index 3c4ef5921..1f89bd4c0 100644
--- a/less/glyphicons.less
+++ b/less/glyphicons.less
@@ -14,7 +14,7 @@
src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
- url('@{icon-font-path}@{icon-font-name}.svg#glyphicons_halflingsregular') format('svg');
+ url('@{icon-font-path}@{icon-font-name}.svg#glyphicons-halflingsregular') format('svg');
}
// Catchall baseclass
@@ -190,3 +190,44 @@
.glyphicon-expand { &:before { content: "\e158"; } }
.glyphicon-collapse { &:before { content: "\e159"; } }
.glyphicon-collapse-top { &:before { content: "\e160"; } }
+
+.glyphicon-log-in { &:before{ content: "\e161"; } }
+.glyphicon-flash { &:before{ content: "\e162"; } }
+.glyphicon-log-out { &:before{ content: "\e163"; } }
+.glyphicon-new-window { &:before{ content: "\e164"; } }
+.glyphicon-record { &:before{ content: "\e165"; } }
+.glyphicon-save { &:before{ content: "\e166"; } }
+.glyphicon-open { &:before{ content: "\e167"; } }
+.glyphicon-saved { &:before{ content: "\e168"; } }
+.glyphicon-import { &:before{ content: "\e169"; } }
+.glyphicon-export { &:before{ content: "\e170"; } }
+.glyphicon-send { &:before{ content: "\e171"; } }
+.glyphicon-floppy-disk { &:before{ content: "\e172"; } }
+.glyphicon-floppy-saved { &:before{ content: "\e173"; } }
+.glyphicon-floppy-remove { &:before{ content: "\e174"; } }
+.glyphicon-floppy-save { &:before{ content: "\e175"; } }
+.glyphicon-floppy-open { &:before{ content: "\e176"; } }
+.glyphicon-credit-card { &:before{ content: "\e177"; } }
+.glyphicon-transfer { &:before{ content: "\e178"; } }
+.glyphicon-cutlery { &:before{ content: "\e179"; } }
+.glyphicon-header { &:before{ content: "\e180"; } }
+.glyphicon-compressed { &:before{ content: "\e181"; } }
+.glyphicon-earphone { &:before{ content: "\e182"; } }
+.glyphicon-phone-alt { &:before{ content: "\e183"; } }
+.glyphicon-tower { &:before{ content: "\e184"; } }
+.glyphicon-stats { &:before{ content: "\e185"; } }
+.glyphicon-sd-video { &:before{ content: "\e186"; } }
+.glyphicon-hd-video { &:before{ content: "\e187"; } }
+.glyphicon-subtitles { &:before{ content: "\e188"; } }
+.glyphicon-sound-stereo { &:before{ content: "\e189"; } }
+.glyphicon-sound-dolby { &:before{ content: "\e190"; } }
+.glyphicon-sound-5-1 { &:before{ content: "\e191"; } }
+.glyphicon-sound-6-1 { &:before{ content: "\e192"; } }
+.glyphicon-sound-7-1 { &:before{ content: "\e193"; } }
+.glyphicon-copyright-mark { &:before{ content: "\e194"; } }
+.glyphicon-registration-mark { &:before{ content: "\e195"; } }
+.glyphicon-cloud { &:before{ content: "\2601"; } }
+.glyphicon-cloud-download { &:before{ content: "\e197"; } }
+.glyphicon-cloud-upload { &:before{ content: "\e198"; } }
+.glyphicon-tree-conifer { &:before{ content: "\e199"; } }
+.glyphicon-tree-deciduous { &:before{ content: "\e200"; } }
diff --git a/less/variables.less b/less/variables.less
index c1020ebbe..38600a681 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -59,7 +59,7 @@
// -------------------------
@icon-font-path: "../fonts/";
-@icon-font-name: "glyphiconshalflings-regular";
+@icon-font-name: "glyphicons-halflings-regular";
// Components