소스 검색

html for Data-Count attribute

@soyjavi 14 년 전
부모
커밋
7fa23a7396
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/attributes/Lungo.Attributes.Data.js

+ 1 - 1
src/attributes/Lungo.Attributes.Data.js

@@ -17,7 +17,7 @@ LUNGO.Attributes.Data = {
     Count: {
         tag: 'count',
         selector: '*',
-        html: '<span class="bubble green">{{value}}</span>'
+        html: '<span class="bubble count">{{value}}</span>'
     },
     Icon: {
         tag: 'icon',