2 Commity

Autor SHA1 Wiadomość Data
  JannekeDL 558296f9ba Edit & Delete button amended 5 lat temu
  JannekeDL 5a2ac0a976 Edit & Delete button amended 5 lat temu

+ 4
- 4
src/components/admin/property/userDefinedGroupPage.vue Wyświetl plik

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>

+ 4
- 4
src/components/admin/property/userDefinedGroupsPage.vue Wyświetl plik

43
               <button
43
               <button
44
                 type="button"
44
                 type="button"
45
                 @click="Edit(item.id)"
45
                 @click="Edit(item.id)"
46
-                class="btn btn-b-n"
47
-                style="width: 85px; height:40px;"
46
+                class="btn"
47
+                style="margin:2px; color: #60CBEB"
48
               >Edit</button>
48
               >Edit</button>
49
             </td>
49
             </td>
50
             <td>
50
             <td>
51
               <button
51
               <button
52
                 type="button"
52
                 type="button"
53
                 @click="Delete(item)"
53
                 @click="Delete(item)"
54
-                class="btn btn-b-n"
55
-                style="width: 85px; height:40px;"
54
+                class="btn"
55
+                style="margin:2px; color: #60CBEB"
56
               >Delete</button>
56
               >Delete</button>
57
             </td>
57
             </td>
58
           </tr>
58
           </tr>

+ 2
- 2
src/components/admin/status/userManagementPage.vue Wyświetl plik

79
               <button
79
               <button
80
                 type="button"
80
                 type="button"
81
                 @click="Edit(item)"
81
                 @click="Edit(item)"
82
-                class="btn btn-b-n"
83
-                style="width: 85px; height:40px;"
82
+                class="btn"
83
+                style="margin:2px; color: #60CBEB"
84
               >Edit</button>
84
               >Edit</button>
85
             </td>
85
             </td>
86
             <td>
86
             <td>

+ 3
- 8
src/components/property/propertyList.vue Wyświetl plik

56
               <button
56
               <button
57
                 type="button"
57
                 type="button"
58
                 @click="Edit(item)"
58
                 @click="Edit(item)"
59
-                class="btn btn-b-n"
60
-                style="width: 85px; height:40px;"
59
+                class="btn"
60
+                style="margin:2px; color: #60CBEB"
61
               >Edit</button>
61
               >Edit</button>
62
             </td>
62
             </td>
63
             <td>
63
             <td>
64
-              <button
65
-                type="button"
66
-                class="btn btn-b-n"
67
-                style="width: 85px; height:40px;"
68
-                disabled
69
-              >Delete</button>
64
+              <button type="button" class="btn" style="margin:2px; color: #60CBEB" disabled>Delete</button>
70
             </td>
65
             </td>
71
           </tr>
66
           </tr>
72
         </tbody>
67
         </tbody>

+ 2
- 2
src/components/user/updateProfileInfo.vue Wyświetl plik

37
               <button
37
               <button
38
                 type="button"
38
                 type="button"
39
                 @click="Edit(item)"
39
                 @click="Edit(item)"
40
-                class="btn btn-b-n"
41
-                style="width: 85px; height:40px;"
40
+                class="btn"
41
+                style="margin:2px; color: #60CBEB"
42
               >Edit</button>
42
               >Edit</button>
43
             </td>
43
             </td>
44
           </tr>
44
           </tr>

Ładowanie…
Anuluj
Zapisz