sogo/UI/WebServerResources/scss/components/datepicker/datePicker.scss

12 lines
326 B
SCSS
Raw Normal View History

/// datePicker.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends-datePicker';
2015-09-11 15:31:13 +02:00
.md-calendar-scroll-container,
.md-datepicker-input-mask {
// Let the content set the container width instead of using a fixed width
width: auto;
}
2015-09-11 15:31:13 +02:00
.sg-datepicker-readonly-input-container {
border-bottom: 0;
}