Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heenakwag committed Aug 6, 2019
1 parent 4954ed5 commit a27cbbe
Show file tree
Hide file tree
Showing 3 changed files with 630 additions and 453 deletions.
13 changes: 10 additions & 3 deletions dist/tui-date-picker.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tui-date-picker.min.js
* @version 3.3.4
* @version 4.0.0
* @author NHN. FE Development Lab <dl_javascript@nhn.com>
* @license MIT
*/
Expand Down Expand Up @@ -108,14 +108,17 @@
vertical-align: top
}

.tui-calendar .tui-calendar-btn-prev-month, .tui-calendar .tui-calendar-btn-next-month, .tui-calendar .tui-calendar-btn-prev-year, .tui-calendar .tui-calendar-btn-next-year {
.tui-calendar-btn {
overflow: hidden;
position: absolute;
top: 0;
width: 32px;
height: 50px;
line-height: 400px;
z-index: 10
z-index: 10;
cursor: pointer;
border: none;
background-color: #fff;
}

.tui-calendar .tui-calendar-btn-prev-month {
Expand Down Expand Up @@ -546,3 +549,7 @@
.tui-dropdown-area .tui-datepicker-dropdown+.tui-datepicker-dropdown {
margin-left: 5px
}

.tui-hidden {
display: none;
}
Loading

0 comments on commit a27cbbe

Please sign in to comment.