@servicemind.tis/angular-smart-data-table 1.0.5 → 1.0.7

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/README.md CHANGED
@@ -283,6 +283,12 @@ Set these CSS variables on `:root` or `body`. All have fallbacks — unset token
283
283
  --angular-radius: 5px;
284
284
  --angular-page-padding: 15px;
285
285
  --angular-page-title-size: 24px;
286
+ --angular-search-bg: #ffffff;
287
+ --angular-search-border: #d0d0d0;
288
+ --angular-search-icon: #212121;
289
+ --angular-search-placeholder: #9e9e9e;
290
+ --angular-search-radius: 4px;
291
+ --angular-search-height: 40px;
286
292
  }
287
293
  ```
288
294