diff --git a/app/fonts/taiga.eot b/app/fonts/taiga.eot
index 4e72611c..b168712c 100644
Binary files a/app/fonts/taiga.eot and b/app/fonts/taiga.eot differ
diff --git a/app/fonts/taiga.svg b/app/fonts/taiga.svg
index 3d754751..1b5bb70f 100644
--- a/app/fonts/taiga.svg
+++ b/app/fonts/taiga.svg
@@ -14,32 +14,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/fonts/taiga.ttf b/app/fonts/taiga.ttf
index 79b6f95f..ce475328 100644
Binary files a/app/fonts/taiga.ttf and b/app/fonts/taiga.ttf differ
diff --git a/app/fonts/taiga.woff b/app/fonts/taiga.woff
index a7544e2e..34faeb38 100644
Binary files a/app/fonts/taiga.woff and b/app/fonts/taiga.woff differ
diff --git a/app/styles/dependencies/typography.scss b/app/styles/dependencies/typography.scss
index 28f693a0..92e420ea 100755
--- a/app/styles/dependencies/typography.scss
+++ b/app/styles/dependencies/typography.scss
@@ -147,86 +147,68 @@ a:visited {
content: 'g';
}
.icon-move:before {
- content: 'i';
-}
-.icon-filter:before {
- content: 'j';
-}
-.icon-tag:before {
- content: 'k';
-}
-.icon-bulk:before {
- content: 'l';
-}
-.icon-arrow-up:before {
content: 'h';
}
+.icon-filter:before {
+ content: 'i';
+}
+.icon-arrow-up:before {
+ content: 'j';
+}
.icon-arrow-right:before {
- content: 'm';
+ content: 'k';
}
.icon-arrow-left:before {
- content: 'n';
+ content: 'l';
}
.icon-arrow-bottom:before {
- content: 'o';
+ content: 'm';
}
.icon-edit:before {
- content: 'p';
+ content: 'n';
}
.icon-delete:before {
- content: 'q';
+ content: 'o';
}
.icon-iocaine:before {
- content: 'r';
+ content: 'p';
}
.icon-drag-h:before {
- content: 's';
+ content: 'q';
}
.icon-drag-v:before {
- content: 't';
-}
-.icon-fontawesome-webfont:before {
- content: 'u';
+ content: 'r';
}
.icon-document:before {
- content: 'v';
-}
-.icon-clipboard-notes:before {
- content: 'w';
-}
-.icon-male:before {
- content: 'x';
+ content: 's';
}
.icon-plus:before {
- content: 'y';
+ content: 't';
}
.icon-attachment:before {
- content: 'A';
+ content: 'u';
}
.icon-reload:before {
- content: 'z';
-}
-.icon-graph:before {
- content: 'B';
+ content: 'v';
}
.icon-warning:before {
- content: 'C';
-}
-.icon-notification-success:before {
- content: 'D';
+ content: 'w';
}
.icon-notification-error:before {
- content: 'E';
-}
-.icon-floppy:before {
- content: 'F';
+ content: 'x';
}
.icon-github:before {
- content: 'G';
+ content: 'y';
}
.icon-check-square:before {
- content: 'H';
+ content: 'z';
}
.icon-warning-alt:before {
- content: 'I';
+ content: 'A';
+}
+.icon-floppy:before {
+ content: 'C';
+}
+.icon-bulk:before {
+ content: 'D';
}
diff --git a/app/styles/layout/backlog.scss b/app/styles/layout/backlog.scss
index 324d0eb5..4fd071bd 100644
--- a/app/styles/layout/backlog.scss
+++ b/app/styles/layout/backlog.scss
@@ -1,6 +1,13 @@
.backlog {
.new-us {
float: right;
+ .icon-bulk {
+ color: $fresh-taiga;
+ &:hover {
+ @include transition(color .3s linear);
+ color: $green-taiga;
+ }
+ }
}
}