Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 06:06:06 +0000 (14:06 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 06:06:06 +0000 (14:06 +0800)
Roo/bootstrap/Calendar.js

index 9486767..0ba4bbb 100644 (file)
@@ -251,6 +251,8 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         this.update(new Date());
         this.el.select('.fc-button-prev',true).on('click', this.showPrevMonth, this);
         this.el.select('.fc-button-next',true).on('click', this.showNextMonth, this);
+        this.el.select('.fc-button',true).addClassOnOver('fc-button-hover');
+        
         
     },
     resize : function() {