diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/css/designer.extend.css b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/css/designer.extend.css index a7d4d234..c23a8031 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/css/designer.extend.css +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/css/designer.extend.css @@ -222,6 +222,12 @@ background: url(../images/fileUpLoad.png) no-repeat; background-size: contain; } +.ico.textFile{ + width: 20px; + background-position: 0px 0px; + background: url(../images/textFile.png) no-repeat; + background-size: contain; +} .ico.processTermination{ width: 20px; background-position: 0px 0px; diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/images/textFile.png b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/images/textFile.png new file mode 100644 index 00000000..3d520e5e Binary files /dev/null and b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/images/textFile.png differ