Преглед изворни кода

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',
 		stateActive: 'active',
 		stateDisabled: 'disabled',
 		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',
 		popover: 'panel panel-default',
 		popoverHeader: 'panel-heading',
 		popoverHeader: 'panel-heading',