DatePicker disabled dates should be the same size as enabled dates

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
jepsar
Posts: 166
Joined: 03 Sep 2014, 11:41
Location: NL / BE
Contact:

02 Sep 2020, 12:38

I was about to file this as a general PF issue, but it might be just a Diamond thing

Image

Solved it locally with the rule:

Code: Select all

      html body .ui-datepicker .ui-datepicker-calendar td .ui-state-disabled {
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
      }
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub: https://github.com/jepsar
Spotify: 90s Rave, Acid, Trance, House

jepsar
Posts: 166
Joined: 03 Sep 2014, 11:41
Location: NL / BE
Contact:

02 Sep 2020, 12:41

.. needed padding and line-height as well...

Code: Select all

      html body .ui-datepicker .ui-datepicker-calendar td .ui-state-disabled {
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        line-height: 2.5rem;
      }
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub: https://github.com/jepsar
Spotify: 90s Rave, Acid, Trance, House

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

12 Sep 2020, 14:50

Sorry for the delayed response! We'll check and get back to you asap.

jepsar
Posts: 166
Joined: 03 Sep 2014, 11:41
Location: NL / BE
Contact:

31 Mar 2021, 12:09

No big deal for me (added a style override), but received no response
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub: https://github.com/jepsar
Spotify: 90s Rave, Acid, Trance, House

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

06 Apr 2021, 10:03

Hi,

Sorry for late response! We are planning to release the new theme version this week. Please verify whether the issue is resolved with the new version.

Best Regards,

Post Reply

Return to “Diamond - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests