ontimize-web-ngx 8.11.2 → 8.11.3
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 +1 -1
- package/theme.scss +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ontimize-web-ngx",
|
|
3
3
|
"homepage": "https://github.com/OntimizeWeb/ontimize-web-ngx#readme",
|
|
4
|
-
"version": "8.11.
|
|
4
|
+
"version": "8.11.3",
|
|
5
5
|
"description": "Ontimize Web framework using Angular 8",
|
|
6
6
|
"bugs": "https://github.com/OntimizeWeb/ontimize-web-ngx/issues",
|
|
7
7
|
"author": "Imatia S.L.",
|
package/theme.scss
CHANGED
|
@@ -10357,7 +10357,7 @@ $mat-form-field-dedupe: 0;
|
|
|
10357
10357
|
|
|
10358
10358
|
/*BUTTONS HOVER*/
|
|
10359
10359
|
.mat-dialog-actions button:not([disabled]),
|
|
10360
|
-
.o-form .o-form-toolbar button:not([disabled]),
|
|
10360
|
+
.o-form .o-form-toolbar button:not([disabled]).o-form-toolbar-button,
|
|
10361
10361
|
.o-grid .o-grid-toolbar button.o-grid-button:not([disabled]),
|
|
10362
10362
|
.o-list .o-list-toolbar button.o-list-button:not([disabled]),
|
|
10363
10363
|
.ontimize-table.o-table .o-table-container .o-table-toolbar .buttons .o-table-button button:not([disabled]) {
|