[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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

   1  .fc-button.fc-state-default {
   2    position:relative;
   3    display:inline-block;
   4    padding:4px 10px 4px;
   5    margin-bottom:0;
   6    font-size:13px;
   7    line-height:18px;
   8    *line-height:20px;
   9    color:#333;
  10    text-align:center;
  11    text-shadow:0 1px 1px rgba(255,255,255,0.75);
  12    vertical-align:middle;
  13    cursor:pointer;
  14    border:1px solid #ccc;
  15    *border:0;
  16    border-bottom-color:#b3b3b3;
  17    border-color:#ccc;
  18    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  19  }
  20  .fc-button.fc-state-active {
  21    background-color:#e6e6e6;
  22    background-color:#d9d9d9 \9;
  23    background-image:none;
  24    outline:0;
  25  }
  26  .fc-button.fc-state-disabled {
  27    cursor:default;
  28    background-color:#e6e6e6;
  29    background-image:none;
  30  }
  31  .fc-button.fc-corner-left {
  32    margin-left:0;
  33    -webkit-border-top-left-radius:4px;
  34    -moz-border-radius-topleft:4px;
  35    border-top-left-radius:4px;
  36    -webkit-border-bottom-left-radius:4px;
  37    -moz-border-radius-bottomleft:4px;
  38    border-bottom-left-radius:4px;
  39  }
  40  .fc-button.fc-corner-right {
  41    -webkit-border-top-right-radius:4px;
  42    -moz-border-radius-topright:4px;
  43    border-top-right-radius:4px;
  44    -webkit-border-bottom-right-radius:4px;
  45    -moz-border-radius-bottomright:4px;
  46    border-bottom-right-radius:4px;
  47  }
  48  .fc-state-default .fc-button-inner {
  49    background:transparent;
  50    border-width:0 0;
  51  }
  52  .fc-button-content {
  53    line-height:18px;
  54    height:18px;
  55    padding:0 0;
  56  }
  57  .fc-state-active .fc-button-inner { color:#333; }


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