1234567891011121314151617 |
- input,select {
- font-size: 12px;
- background-color: #f9f9f9;
- border: 2px solid #bda380;
- }
- .calendar {
- position: absolute;
- left: 16px;
- top: 32px;
- border: 1px solid #ccc;
- }
- ngb-datepicker-navigation-select>.custom-select {
- padding: 0% !important;
- height:0 !important;
- }
|