Newer
Older
GestionHoteleria / src / scss / custom / plugins / _timepicker.scss
James Cuadrado on 29 Apr 2021 604 bytes new


/* Timepicker */
.bootstrap-timepicker-widget {
  table {
    td {
      a {
        color: $input-color;
        &:hover {
          background-color: transparent;
          border-color: transparent;
          border-radius: 4px;
          color: $primary;
          text-decoration: none;
        }
      }
      input {
        color: $input-color;
        border: none;
        background-color: transparent;
      }
    }
  }

  &.dropdown-menu:after{
    border-bottom-color: $gray-200;
  }
  &.timepicker-orient-bottom:after{
    border-top-color: $gray-200;
  }
}