This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 1605a4e690 Fixing datetime picker with Firefox
1605a4e690 is described below
commit 1605a4e690d3f12e2db113a26606ddb3f76fecfe
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 b5f04913b5..45d1e214cc 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
@@ -793,6 +793,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
=============================================================================
*/