User tests: Successful: Unsuccessful:
Pull Request for Issue #23795
Changed the png clock icon to svg clock icon.
Also the border above Sat
and wk
is reduced to its normal size
1.Open an article in the Joomla backend
2. Open the calendar found under "Start Publishing"
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) Repository |
Title |
|
There is still some sort of misalignment in the top line but everything seems fine for now.
Its because of border-collpase: collapse;
property but I'm not able to find out in which file it is located
@hardik-codes
I suggest to add in both /build/media_source/system/css/fields/calendar.css and calendar-rtl.css
.calendar-container table {
border-collapse: separate;
}
that should override the default bootstrap collapse
to get
Remains to correct the buttons Clear Today Close
Labels |
Added:
?
|
@infograf768
In the comments of the above issue @C-Lodder has mentioned that the buttons will most likely be injected from the JS file and he'll be rewriting the calendar as a custom element soon.
Category | Administration Templates (admin) Repository | ⇒ | Administration Templates (admin) Repository NPM Change |
I have tested this item
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-19 14:34:48 |
Closed_By | ⇒ | wilsonge |
There is still some sort of misalignment in the top line but everything seems fine for now.