Browse Source

Edit & Delete button amended

master
JannekeDL 5 years ago
parent
commit
5a2ac0a976
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/components/admin/property/userDefinedGroupPage.vue

+ 4
- 4
src/components/admin/property/userDefinedGroupPage.vue View File

120
                 <button
120
                 <button
121
                   type="button"
121
                   type="button"
122
                   @click="Edit(item)"
122
                   @click="Edit(item)"
123
-                  class="btn btn-b-n"
124
-                  style="width: 85px; height:40px;"
123
+                  class="btn"
124
+                  style="margin:2px; color: #60CBEB"
125
                 >Edit</button>
125
                 >Edit</button>
126
               </td>
126
               </td>
127
               <td>
127
               <td>
128
                 <button
128
                 <button
129
                   type="button"
129
                   type="button"
130
                   @click="Delete(item)"
130
                   @click="Delete(item)"
131
-                  class="btn btn-b-n"
132
-                  style="width: 85px; height:40px;"
131
+                  class="btn"
132
+                  style="margin:2px; color: #60CBEB"
133
                 >Delete</button>
133
                 >Delete</button>
134
               </td>
134
               </td>
135
             </tr>
135
             </tr>

Loading…
Cancel
Save