[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/fullcalendar/ -> fullcalendar-bootstrap.less (source)

   1  /* FullCalendar fc-button themed using Twitter Bootstrap. */
   2  /* https://github.com/addyosmani/jquery-ui-bootstrap/issues/37#issuecomment-7127690 */
   3  
   4  .fc-button.fc-state-default {
   5      .btn;
   6  
   7      /* .btn-group > .btn */
   8      position: relative;
   9      /*float: left;*/
  10      /*margin-left: -1px;*/
  11      .border-radius(0);
  12  }
  13  
  14  .fc-button.fc-state-active {
  15      .btn.active;
  16  }
  17  
  18  .fc-button.fc-state-disabled {
  19      .btn.disabled;
  20  }
  21  .fc-button.fc-state-disabled:active {
  22      .box-shadow(none);
  23  }
  24  
  25  .fc-button.fc-corner-left {
  26      /* .btn-group > .btn:first-child */
  27      margin-left: 0;
  28          -webkit-border-top-left-radius: 4px;
  29              -moz-border-radius-topleft: 4px;
  30                  border-top-left-radius: 4px;
  31      -webkit-border-bottom-left-radius: 4px;
  32          -moz-border-radius-bottomleft: 4px;
  33              border-bottom-left-radius: 4px;
  34  }
  35  
  36  .fc-button.fc-corner-right {
  37      /* .btn-group > .btn:last-child, .btn-group > .dropdown-toggle */
  38          -webkit-border-top-right-radius: 4px;
  39              -moz-border-radius-topright: 4px;
  40                  border-top-right-radius: 4px;
  41      -webkit-border-bottom-right-radius: 4px;
  42          -moz-border-radius-bottomright: 4px;
  43              border-bottom-right-radius: 4px;
  44  }
  45  
  46  
  47  /* Override some FullCalendar CSS properties that conflict with Twitter Bootstrap btn. */
  48  
  49  .fc-state-default .fc-button-inner {
  50      background: transparent;
  51      border-width: 0 0;
  52  }
  53  
  54  .fc-button-content {
  55      line-height: @baseLineHeight;
  56      height: @baseLineHeight;
  57      padding: 0 0;
  58  }
  59  
  60  .fc-state-default .fc-button-effect span {
  61      .buttonBackground(@btnBackground, @btnBackgroundHighlight);
  62  }
  63  
  64  .fc-state-active .fc-button-inner {
  65      color: @grayDark;
  66  }


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1