Skip to content

Commit 88bf517

Browse files
committed
Fixed CSS in j-DatePicker.
1 parent 7b546a7 commit 88bf517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

j-DatePicker/component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.ui-datepicker-visible { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); filter: alpha(opacity=100); opacity: 1; transform: scale(1); }
44
.ui-datepicker-disabled { color: silver !important; cursor: pointer; }
55
.ui-datepicker-body,.ui-datepicker-months,.ui-datepicker-years { height: 235px; }
6-
.ui-datepicker-footer { background-color: #F8F8F8; border-top: 1px solid #E0E0E0; display: flex; font-size: 11px; height: 28px; justify-content: space-between; line-height: 26px; padding: 0 8px; }
6+
.ui-datepicker-footer { background-color: #F8F8F8; border-top: 1px solid #E0E0E0; display: flex; font-size: 11px; height: 28px; justify-content: space-between; line-height: 26px; padding: 0 8px; border-radius: 0 0 var(--radius) var(--radius); }
77
.ui-datepicker-footer > span: hover { text-decoration: underline; }
88
.ui-datepicker-now,.ui-datepicker-clear { color: #000; cursor: pointer; }
99
.ui-datepicker-day-today div { background-color: #F0F0F0; font-weight: bold; }

j-DatePicker/component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"datecreated": "2019-02-06T21:33:00.000Z",
3-
"dateupdated": "2025-05-07T11:59:01.000Z",
3+
"dateupdated": "2025-05-07T12:00:00.000Z",
44
"name": "j-DatePicker",
55
"jcomponent": "19|20",
66
"color": "white",

0 commit comments

Comments
 (0)