diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index e576863a9..af5bab819 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -4855,7 +4855,6 @@ } .p-toolbar { - background: #f5f5f5; border: 0 none; } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 5d4f1e7d2..b28b2ba11 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -4855,7 +4855,6 @@ } .p-toolbar { - background: #f5f5f5; border: 0 none; } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 7d375a0b3..a1268c46f 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -4855,7 +4855,6 @@ } .p-toolbar { - background: #f5f5f5; border: 0 none; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 29974f56b..ab48cab94 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -4855,7 +4855,6 @@ } .p-toolbar { - background: #f5f5f5; border: 0 none; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index b7e47853f..a0c5f3697 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -4855,7 +4855,6 @@ } .p-toolbar { - background: #f5f5f5; border: 0 none; } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 887b62487..86e5492b8 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -4855,7 +4855,6 @@ } .p-toolbar { - background: #f5f5f5; border: 0 none; } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 5f6fa5be1..97ffd57b1 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -4855,7 +4855,6 @@ } .p-toolbar { - background: #f5f5f5; border: 0 none; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 2ad2646b4..738fdf560 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -4855,7 +4855,6 @@ } .p-toolbar { - background: #f5f5f5; border: 0 none; } diff --git a/src/views/datatable/DataTableCrudDemo.vue b/src/views/datatable/DataTableCrudDemo.vue index 4cfb71d21..1063b9a5d 100755 --- a/src/views/datatable/DataTableCrudDemo.vue +++ b/src/views/datatable/DataTableCrudDemo.vue @@ -362,7 +362,7 @@ export default { createId() { let id = ''; var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; - for ( var i = 0; i < 5; i++ ) { + for ( var i = 0; i < 5; i++ ) { id += chars.charAt(Math.floor(Math.random() * chars.length)); } return id; diff --git a/src/views/toolbar/ToolbarDemo.vue b/src/views/toolbar/ToolbarDemo.vue index 8324e44ef..6d88a4b4d 100755 --- a/src/views/toolbar/ToolbarDemo.vue +++ b/src/views/toolbar/ToolbarDemo.vue @@ -8,22 +8,20 @@