This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new ee87914b7a Fixing datetime picker with Firefox
ee87914b7a is described below
commit ee87914b7ae9d4dd8648ceef4f8d6333d068f1a6
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri May 17 07:58:35 2024 +0200
Fixing datetime picker with Firefox
---
.../resources/META-INF/resources/ui-commons/css/syncopeUI.scss | 7 +++++++
1 file changed, 7 insertions(+)
diff --git
a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
index 1d2a627400..edc3ccd5ad 100644
---
a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
+++
b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/syncopeUI.scss
@@ -755,6 +755,13 @@ div.panel-collapse.collapse.show
span.ui-spinner.ui-corner-all.ui-widget.ui-widg
top: 5px !important;
}
+.k-datepicker input {
+ width: 0px !important;
+}
+.k-timepicker input {
+ width: 0px !important;
+}
+
/* Parameters Details
=============================================================================
*/