• Resolved doffine

    (@doffine)


    Hello Input WP team,

    we just noted a presentation bug in the admin dashboard obviously caused by your plugin.

    Directly under the “Dashboard” headline of the admin dashboard page there is something like a dashboard-wide, 10px high rectangle with rounded corners, transparent body and a 1px grey outline.

    See https://imgur.com/a/jgoZK5x

    As soon as we disable your plugin “Date Picker by Input WP – Sync bookings with external Calendars (.ics)” this rectangle disappears. When re reactivate your plugin, it instantly reappears.

    We use WordPress 5.8.1, PHP 7.4 and the theme “Bolts” of ProteusThemes.

    Can you say anything about this?

    Thanks for your work,
    -doffine

Viewing 1 replies (of 1 total)
  • Thread Starter doffine

    (@doffine)

    Hello @inputwp,

    we found the reason for this bug: Its your file…

    /wp-content/plugins/date-time-picker-field/assets/css/custom-admin-styles.css?ver=1.0.0

    In line 417 of your file you’ll find the following CSS:

    .metabox-holder {
      border: 1px solid #ccc !important;
      border-radius: 8px !important;
    }

    As soon as this CSS is disabled, the annoying empty box is gone.

    The question is: Why do you use this CSS and why is it set up in a way that causes this irritating empty box on the dashboard?

    Will you make a fix making this disappear?

    Greetings,
    -doffine

Viewing 1 replies (of 1 total)
  • The topic ‘Bug: Rectangle with rounded corners on dashboard’ is closed to new replies.