File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/utils/crud/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 <v-flex xs12 xl2 >
77 <!-- Dialog for creating item -->
88 <v-tooltip top v-if =" createButton" >
9- <v-btn fab small dark color =" green " @click =" create()" slot =" activator" >
9+ <v-btn fab small dark color =" light-blue lighten-2 " @click =" create()" slot =" activator" >
1010 <v-icon >add</v-icon >
1111 </v-btn >
1212 <span >{{ $t('global.datatable.add') }}</span >
Original file line number Diff line number Diff line change 55 <v-flex xs12 lg3 text-xs-center >
66 <!-- Dialog for creating item -->
77 <v-tooltip top v-if =" createMode" >
8- <v-btn fab dark color =" green " @click =" create()" slot =" activator" >
8+ <v-btn fab dark color =" light-blue lighten-2 " @click =" create()" slot =" activator" >
99 <v-icon >add</v-icon >
1010 </v-btn >
1111 <span >{{ $t('global.datatable.add') }}</span >
You can’t perform that action at this time.
0 commit comments