From d90fd9d38eab962b2b00783b2d65a4e81f3ec3b7 Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Thu, 23 Nov 2023 14:48:53 +0100 Subject: [PATCH] Visual fixes --- Frontend/src/components/xml/TabComponent.vue | 2 +- Frontend/src/components/xml/XmlInputFieldComponent.vue | 2 +- Frontend/src/components/xml/XmlTabbedInputComponent.vue | 2 +- Frontend/src/style.css | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Frontend/src/components/xml/TabComponent.vue b/Frontend/src/components/xml/TabComponent.vue index cedc062..253f288 100644 --- a/Frontend/src/components/xml/TabComponent.vue +++ b/Frontend/src/components/xml/TabComponent.vue @@ -27,6 +27,6 @@ function remove() { \ No newline at end of file diff --git a/Frontend/src/components/xml/XmlInputFieldComponent.vue b/Frontend/src/components/xml/XmlInputFieldComponent.vue index 7414e11..42703b7 100644 --- a/Frontend/src/components/xml/XmlInputFieldComponent.vue +++ b/Frontend/src/components/xml/XmlInputFieldComponent.vue @@ -63,7 +63,7 @@ function readFile(file : any) { - + diff --git a/Frontend/src/components/xml/XmlTabbedInputComponent.vue b/Frontend/src/components/xml/XmlTabbedInputComponent.vue index 2a43218..f01ee90 100644 --- a/Frontend/src/components/xml/XmlTabbedInputComponent.vue +++ b/Frontend/src/components/xml/XmlTabbedInputComponent.vue @@ -142,7 +142,7 @@ function findIndexWithID(id : number) : number {
{{ stylizedName }}
- +
diff --git a/Frontend/src/style.css b/Frontend/src/style.css index c8fb746..c85c2d2 100644 --- a/Frontend/src/style.css +++ b/Frontend/src/style.css @@ -37,9 +37,9 @@ } .tab { - @apply py-2 px-3 h-fit dark:text-slate-400 rounded-t-2xl border-t border-l border-r border-slate-400 + @apply py-2 px-3 h-fit dark:text-slate-400 rounded-t-2xl border-t border-l border-r border-slate-400 } .tab-active { - @apply py-2 px-3 h-fit text-slate-400 border-t border-l border-r border-slate-400 rounded-t-2xl bg-gradient-to-r from-blue-400 to-sky-300 dark:text-white dark:from-sky-600 dark:to-sky-800 hover:bg-blue-400 + @apply py-2 px-3 h-fit text-slate-700 border-t border-l border-r border-slate-400 rounded-t-2xl bg-gradient-to-r from-blue-400 to-sky-300 dark:text-white dark:from-sky-600 dark:to-sky-800 hover:bg-blue-400 }