Olivier Massot пре 1 година
родитељ
комит
97b82e9d80
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      pages/parameters/teaching.vue

+ 7 - 1
pages/parameters/teaching.vue

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