diff --git a/www/theme/default/style.css b/www/theme/default/style.css index cc67b339a6..8c7f58f2ad 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -428,6 +428,10 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table .icon-green-big-splitLine {padding:2px 10px; background:url(images/main/zt-green.png) -60px -40px;} +/* Task icons. */ +#featurebar .f-right .icon-green-big-task-create {padding:2px 7px 2px 10px; background:url(images/main/zt-green.png) 0px -240px;} +#featurebar .f-right .icon-green-big-task-batchCreate {padding:2px 7px 2px 10px; background:url(images/main/zt-green.png) -20px -240px;} + /* Bug icons. */ #featurebar .f-right .icon-green-big-bug-create {padding:2px 7px 2px 10px; background:url(images/main/zt-green.png) 0px -200px;}