Procházet zdrojové kódy

html for Data-Count attribute

@soyjavi před 14 roky
rodič
revize
7fa23a7396
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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',