From 31cf77a0c418aca4121761393394e65d690a3333 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 18 Sep 2024 15:19:28 -0600 Subject: [PATCH] Style fixes - fix nm too small in firefox, shoelace styles went missing --- kdots/css/kdots.css | 1 - kdots/css/kdots.less | 1 - kdots/head.tpl | 2 ++ kdots/js/EgwFrameworkApp.styles.ts | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kdots/css/kdots.css b/kdots/css/kdots.css index 01844cb5a8..92249aafd0 100644 --- a/kdots/css/kdots.css +++ b/kdots/css/kdots.css @@ -378,7 +378,6 @@ div.et2_nextmatch > div:not(:first-child) { max-height: 100%; } div.et2_nextmatch .egwGridView_outer { - height: 100%; border-collapse: collapse; } div.et2_nextmatch .egwGridView_outer thead > tr { diff --git a/kdots/css/kdots.less b/kdots/css/kdots.less index 58fbf3ccb7..6d2fb44c0f 100644 --- a/kdots/css/kdots.less +++ b/kdots/css/kdots.less @@ -363,7 +363,6 @@ div.et2_nextmatch { } .egwGridView_outer { - height: 100%; border-collapse: collapse; thead > tr { diff --git a/kdots/head.tpl b/kdots/head.tpl index 1f8518cc53..72fab84e35 100644 --- a/kdots/head.tpl +++ b/kdots/head.tpl @@ -14,6 +14,8 @@ + + diff --git a/kdots/js/EgwFrameworkApp.styles.ts b/kdots/js/EgwFrameworkApp.styles.ts index 9dbb7dc2b4..d7d0b20da7 100644 --- a/kdots/js/EgwFrameworkApp.styles.ts +++ b/kdots/js/EgwFrameworkApp.styles.ts @@ -38,7 +38,7 @@ export default css` flex: 1 0 2em; max-height: 3em; - background-color: var(--application-color, --primary-background-color); + background-color: var(--application-color, var(--primary-background-color)); color: var(--application-header-text-color, var(--sl-color-neutral-0)); font-size: 1.8em; }