diff --git a/client/components/open/forms/fields/components/HiddenRequiredDisabled.vue b/client/components/open/forms/fields/components/HiddenRequiredDisabled.vue
index d9d13003..836a97a2 100644
--- a/client/components/open/forms/fields/components/HiddenRequiredDisabled.vue
+++ b/client/components/open/forms/fields/components/HiddenRequiredDisabled.vue
@@ -1,87 +1,61 @@
-
-
-
+
-
+
\ No newline at end of file
diff --git a/client/package-lock.json b/client/package-lock.json
index 6f1d3063..412cb4ef 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -57,6 +57,7 @@
"@iconify-json/clarity": "^1.2.1",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/octicon": "^1.2.1",
+ "@iconify-json/tabler": "^1.2.1",
"@nuxt/eslint-config": "^1.3.0",
"@nuxt/icon": "^1.12.0",
"@nuxtjs/i18n": "^9.0.0",
@@ -1588,6 +1589,15 @@
"@iconify/types": "*"
}
},
+ "node_modules/@iconify-json/tabler": {
+ "version": "1.2.18",
+ "resolved": "https://registry.npmjs.org/@iconify-json/tabler/-/tabler-1.2.18.tgz",
+ "integrity": "sha512-W+8qiJhJpb4dmBw3P7JSM9QhGsFG8GIS3BJWAmrJ/92rzK6NPGUOPfGmswoO+/MuPzQV96ColY9lcUktUKv0pg==",
+ "dev": true,
+ "dependencies": {
+ "@iconify/types": "*"
+ }
+ },
"node_modules/@iconify/collections": {
"version": "1.0.546",
"resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.546.tgz",
diff --git a/client/package.json b/client/package.json
index 28c98191..b4828766 100644
--- a/client/package.json
+++ b/client/package.json
@@ -16,6 +16,7 @@
"@iconify-json/clarity": "^1.2.1",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/octicon": "^1.2.1",
+ "@iconify-json/tabler": "^1.2.1",
"@nuxt/eslint-config": "^1.3.0",
"@nuxt/icon": "^1.12.0",
"@nuxtjs/i18n": "^9.0.0",
diff --git a/client/tailwind.config.js b/client/tailwind.config.js
index b11869a7..711a94fb 100644
--- a/client/tailwind.config.js
+++ b/client/tailwind.config.js
@@ -79,7 +79,7 @@ module.exports = {
border: 'rgba(15, 15, 15, 0.1)',
borderDark: 'rgba(255, 255, 255, 0.1)'
},
- "form-color": "var(--bg-form-color)",
+ 'form-color': 'rgb(from var(--form-color, var(--bg-form-color)) r g b /
)'
},
transitionProperty: {
height: "height",