فهرست منبع

Tweak the class for 'today' in the bootstrap theme

Joan Karadimov 8 سال پیش
والد
کامیت
2520e8ac06
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/theme/BootstrapTheme.js

+ 1 - 1
src/theme/BootstrapTheme.js

@@ -12,7 +12,7 @@ var BootstrapTheme = Theme.extend({
 		stateActive: 'active',
 		stateDisabled: 'disabled',
 
-		today: 'alert alert-warning', // the plain `warning` class requires `.table`, too much to ask
+		today: 'alert alert-info', // the plain `info` class requires `.table`, too much to ask
 
 		popover: 'panel panel-default',
 		popoverHeader: 'panel-heading',