inertia-bootstrap-forms 1.0.78 → 1.0.79

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inertia-bootstrap-forms",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Create bootstrap forms with inertia and twitter bootstrap",
5
5
  "main": "dist/inertia-bootstrap-forms.cjs.js",
6
6
  "module": "dist/inertia-bootstrap-forms.es.js",
@@ -103,12 +103,14 @@ textarea.tiny-editor-input-el,
103
103
  .tox:not(.tox-tinymce-inline) .tox-editor-header,
104
104
  .tox .tox-toolbar-overlord,
105
105
  .tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary,
106
- .tox .tox-statusbar,
107
- .tox .tox-edit-area__iframe{
106
+ .tox .tox-statusbar{
108
107
  background-color: var(--bs-body-bg, #fff) !important;
109
108
  color: var(--bs-body-color, #000) !important;
110
109
  }
111
110
 
111
+ .tox .tox-statusbar a,
112
+ .tox .tox-statusbar__path-item,
113
+ .tox .tox-statusbar__wordcount,
112
114
  .tox .tox-statusbar{
113
115
  color: var(--bs-secondary-color, #cccc) !important;
114
116
  }