Skip to content

Commit

Permalink
Datepicker 'none' style changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
seogi1004 committed May 28, 2018
1 parent 0ebf306 commit 0db8bca
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/ui-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
color: #333;
}
.jui .datepicker > table.body td.none {
color: transparent;
color: #d5d5d5;
}
.jui .datepicker > table.body td.now {
color: #740CD2;
Expand Down
2 changes: 1 addition & 1 deletion dist/ui-classic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
color: #D5D5D5;
}
.jui .datepicker > table.body td.none {
color: transparent;
color: #3f3f3f;
}
.jui .datepicker > table.body td.now {
color: #a47afe;
Expand Down
2 changes: 1 addition & 1 deletion dist/ui-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui-jennifer.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
color: #333;
}
.jui .datepicker > table.body td.none {
color: transparent;
color: #e5e5e5;
}
.jui .datepicker > table.body td.now {
color: #740CD2;
Expand Down
2 changes: 1 addition & 1 deletion dist/ui-jennifer.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/theme/classic.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@datepickerVIPBorderColor: #ebebeb;
@datepickerDateFontColor: #333;
@datepickerNowFontColor: #740CD2;
@datepickerNoneFontColor: transparent;
@datepickerNoneFontColor: #d5d5d5;
@datepickerActiveFontColor: #fff;
@datepickerActiveBackgroundColor: #9167ca;
@datepickerActiveBoxShadow: ~"inset rgba(0, 0, 0, 0.1) 0 1px 2px";
Expand Down
2 changes: 1 addition & 1 deletion less/theme/dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@datepickerVIPBorderColor: #3D3D3D;
@datepickerDateFontColor: #D5D5D5;
@datepickerNowFontColor: #a47afe;
@datepickerNoneFontColor: transparent;
@datepickerNoneFontColor: #3f3f3f;
@datepickerActiveFontColor: #FFFFFF;
@datepickerActiveBackgroundColor: #835ACD;
@datepickerActiveBoxShadow: ~"0 6px 10px rgba(0,0,0,.6)";
Expand Down
2 changes: 1 addition & 1 deletion less/theme/jennifer.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@datepickerVIPBorderColor: #ebebeb;
@datepickerDateFontColor: #333;
@datepickerNowFontColor: #740CD2;
@datepickerNoneFontColor: transparent;
@datepickerNoneFontColor: #e5e5e5;
@datepickerActiveFontColor: #fff;
@datepickerActiveBackgroundColor: #9167ca;
@datepickerActiveBoxShadow: ~"inset rgba(0, 0, 0, 0.1) 0 1px 2px";
Expand Down

0 comments on commit 0db8bca

Please sign in to comment.