//
// @file Maps legacy user variable names to Bootstrap 3.x-style variable names.
//

@body-bg:                       @bodyBackground;
@text-color:                    @textColor;
@text-emboss:                   @textEmboss;
@link-color:                    @linkColor;
@link-hover-color:              @linkColorHover;
@font-family-base:              @baseFontFamily;
@font-size-base:                @baseFontSize;
@table-bg:                      @tableBackground;
@table-header-bg:               @tableLabelBackground;
@table-header-color:            @tableLabelText;
@brand-primary:                 @btnPrimaryBackground;
@btn-default-bg:                @btnBackground;
@btn-default-border:            @btnBorder;
@btn-default-color:             @btnTextColor;
@input-color:                   @inputText;
@input-bg:                      @inputBackground;
@input-border:                  @inputBorder;
@input-border-focus:            @inputBorderFocus;
@input-bg-disabled:             @inputDisabledBackground;
@field-label-color:             @labelColor;
@dropdown-bg:                   @dropdownBackground;
@dropdown-border:               @dropdownBorder;
@dropdown-link-color:           @dropdownLinkColor;
@dropdown-link-hover-color:     @dropdownLinkColorHover;
@dropdown-link-hover-bg:        @dropdownLinkBackgroundHover;
@input-color-placeholder:       @placeholderText;
@calendar-title-color:          @calendarTitle;
@today-color:                   @todayColor;
@allday-badge-color:            @alldayBadgeGradientMiddle;
@event-image-shadow:            @eventImageShadow;
@event-default-color:           @eventDefaultColor;
@event-default-hover-color:     @eventDefaultColorHover;
@event-stub-allday-text:        @eventStubAllDayText;
@event-stub-allday-text-shadow: @eventStubAllDayTextShadow;
@event-border:                  @eventBorder;
@event-bg:                      @eventBackground;
@event-time-bg:                 @eventTimeBackground;
@event-text:                    @eventText;
@month-view-date-bg:            @monthViewDateBackground;
@day-view-now-marker-color:     @dayViewNowMarkerColor;
@agenda-date-title-border:      @agendaDateTitleBorder;
@agenda-date-title-bg:          @agendaDateTitleBackground;
@agenda-date-bg:                @agendaDateBackground;
@agenda-today-bg:               @agendaTodayBackground;
