add icons for transitions btns - work in progress

This commit is contained in:
nobohan
2018-04-28 16:05:03 +02:00
parent 2d57757682
commit 5d8b764057
6 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
.bt-task-start::before {
content: url(../svg/play.svg);
}
.bt-task-cancel::before {
content: url(../svg/times.svg);
}
.bt-task-close::before {
content: url(../svg/stop.svg);
}