isite 2025.8.8 → 2025.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,8 +102,8 @@ label {
102
102
  }
103
103
 
104
104
  fieldset {
105
- padding: var(--fieldset-padding);
106
- margin: var(--fieldset-margin);
105
+ padding: var(--fieldset-padding) !important;
106
+ margin: var(--fieldset-margin) !important;
107
107
  background: var(--fieldset-background);
108
108
  border: var(--fieldset-border);
109
109
  border-radius: var(--fieldset-border-radius);
@@ -220,13 +220,13 @@
220
220
  }
221
221
 
222
222
  .rtl,
223
- .rtl input {
224
- direction: rtl !important;
223
+ .rtl * {
224
+ direction: rtl;
225
225
  }
226
226
 
227
227
  .ltr,
228
- .ltr input {
229
- direction: ltr !important;
228
+ .ltr * {
229
+ direction: ltr;
230
230
  }
231
231
 
232
232
  .height-auto {