Browse Source

minor style fixes

Olivier Massot 10 months ago
parent
commit
97b82e9d80
1 changed files with 7 additions and 1 deletions
  1. 7 1
      pages/parameters/teaching.vue

+ 7 - 1
pages/parameters/teaching.vue

@@ -117,10 +117,16 @@ const goToCycleEditPage = (id: number) => {
 .v-table {
   width: 100%;
   max-width: 800px;
+
+  thead {
+    td {
+      border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
+    }
+  }
 }
 
 .cycle-edit-icon {
-  color: rgb(var(--v-theme-primary));
+  color: rgb(var(--v-theme-neutral-strong));
 }
 
 :deep(.cycle-edit-icon .v-icon) {