]> git.agnieray.net Git - galette.git/commitdiff
Add forgotten legends' styles back
authorGuillaume AGNIERAY <dev@agnieray.net>
Wed, 15 Feb 2023 14:33:47 +0000 (15:33 +0100)
committerGuillaume AGNIERAY <dev@agnieray.net>
Fri, 17 Feb 2023 11:52:56 +0000 (12:52 +0100)
galette/templates/default/pages/members_list.html.twig
ui/semantic/galette/collections/table.overrides

index 805149684e2c52ec5982e04151f98feee6d66d68..c8b7881584ef28468d323b23b37b1deda47b1ed3 100644 (file)
                     <tbody>
                         <tr>
                             <th class="action">
-                                <i class="ui user edit icon"></i>
+                                <i class="ui user edit blue icon"></i>
                             </th>
                             <td class="back">{{ _T('Modification') }}</td>
                             <th>
-                                <i class="ui cookie icon"></i>
+                                <i class="ui cookie yellow icon"></i>
                             </th>
                             <td class="back">{{ _T('Contributions') }}</td>
                         </tr>
index aacf5424dcee356c5df33fcb62c19f57a2096573..cc4bda5d2d9ad4faef0959d5dccb3663669b8481 100644 (file)
@@ -29,33 +29,55 @@ td.emptylist {
 /*-------------------------
      Membership status
 --------------------------*/
+#legende .table th.cotis-ok,
 .ui.ui.table.listing tbody tr > td.cotis-ok {
     background-color: #DDFFDD;
 }
+#legende .table th.cotis-never,
 .ui.ui.table.listing tbody tr > td.cotis-never {
     background-color: #EEEEEE;
 }
+#legende .table th.cotis-exempt,
 .ui.ui.table.listing tbody tr > td.cotis-exempt {
     background-color: #DDFFDD;
 }
+#legende .table th.cotis-soon,
 .ui.ui.table.listing tbody tr > td.cotis-soon {
     background-color: #FFE9AB;
 }
+#legende .table th.cotis-late,
+#legende .table th.transaction-uncomplete,
 .ui.ui.table.listing tbody tr > td.cotis-late,
 .ui.ui.table.listing tbody tr > td.transaction-uncomplete {
     background-color: #FFDDDD;
 }
+#legende .table th.cotis-lastday,
 .ui.ui.table.listing tbody tr > td.cotis-lastday {
     background-color: #FFD9AB;
 }
+#legende .table th.cotis-normal,
+#legende .table th.transaction-normal,
 .ui.ui.table.listing tbody tr > td.cotis-normal,
 .ui.ui.table.listing tbody tr > td.transaction-normal {
     background-color: #DDFFDD;
 }
+#legende .table th.cotis-give,
 .ui.ui.table.listing tbody tr > td.cotis-give {
     background-color: #FFDDDD;
 }
 
+/*-------------------------
+     Legends display
+--------------------------*/
+#legende .table {
+    th {
+        text-align: center;
+    }
+    .color-sample {
+        border: @rowBorder;
+    }
+}
+
 /*------------------
      Plugins list
 -------------------*/