Merge pull request #2042 from tobiasd/develop

some icons were added to the ShaShape iconset
This commit is contained in:
fabrixxm 2015-11-08 12:44:44 +01:00
commit e74916d395
2 changed files with 15 additions and 8 deletions

Binary file not shown.

View File

@ -104,10 +104,9 @@
.shashape.nolike:before{ .shashape.nolike:before{
content: "C"; content: "C";
} }
/* uppercase D is not defined at the moment .shashape.hash:before{
.shashape.download:before{
content: "D"; content: "D";
}*/ }
.shashape.arrow7:before{ .shashape.arrow7:before{
content: "E"; content: "E";
} }
@ -138,16 +137,15 @@
.shashape.arrow-right:before{ .shashape.arrow-right:before{
content: "N"; content: "N";
} }
.shashape.arrow-up:before{ .shashape.admin:before{
content: "O"; content: "O";
} }
.shashape.arrow-down:before{ .shashape.arrow-down:before{
content: "P"; content: "P";
} }
/* uppercase Q is not defined .shashape.arrow-up:before{
.shashape.skip:before{
content: "Q"; content: "Q";
}*/ }
.shashape.request:before{ .shashape.request:before{
content: "R"; content: "R";
} }
@ -181,6 +179,15 @@
.shashape.arrow-doublerigh:before{ .shashape.arrow-doublerigh:before{
content: "="; content: "=";
} }
.shahsape.arrow-doubleright2:before{ .shashape.arrow-doubleright2:before{
content: "/"; content: "/";
} }
.shashape.edit:before{
content: "<";
}
.shashape.eye-open:before{
content: ":";
}
.shashape.eye-closed:before{
content: ";";
}