From 57bf142c4c296b2e4f19fa142dcea312a3208b65 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 6 Feb 2025 05:20:22 +0200 Subject: [PATCH] style(next): calendar: tweak the month input field --- src/public/app/widgets/buttons/calendar.js | 2 +- src/public/stylesheets/theme-next/shell.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/public/app/widgets/buttons/calendar.js b/src/public/app/widgets/buttons/calendar.js index 9c5d81507..3f63025b0 100644 --- a/src/public/app/widgets/buttons/calendar.js +++ b/src/public/app/widgets/buttons/calendar.js @@ -35,7 +35,7 @@ const DROPDOWN_TPL = `
- diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index ad07f9621..aebbc2bc6 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1138,6 +1138,13 @@ body.mobile .dropdown-menu .dropdown-item.submenu-open .dropdown-toggle::after { outline: 3px solid transparent; } +.calendar-dropdown-widget .calendar-header .calendar-month-selector .select-button { + --select-arrow-svg: ""; /* Disable the dropdown arrow */ + + min-width: 120px; + padding: 0 10px; +} + .calendar-dropdown-widget .calendar-header .dropdown-toggle::after { content: unset !important; }