Skip to content

Commit

Permalink
[4.2] Fix Calendar pointer (#39227)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored Nov 23, 2022
1 parent 2b10936 commit b53b47c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/media_source/system/css/fields/calendar-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,8 @@ div.calendar-container table td.title { /* This holds the current "month, year"
background-repeat: no-repeat;
background-position: center;
}
/* Fix cursor on js-btn and time select */
.calendar-container select,
.calendar-container .js-btn {
cursor: pointer;
}
5 changes: 5 additions & 0 deletions build/media_source/system/css/fields/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,8 @@ div.calendar-container table td.title { /* This holds the current "month, year"
background-repeat: no-repeat;
background-position: center;
}
/* Fix cursor on js-btn and time select */
.calendar-container select,
.calendar-container .js-btn {
cursor: pointer;
}

0 comments on commit b53b47c

Please sign in to comment.