From d684fde01c9e92495352219891a13b2fcf5e8b23 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Mon, 6 Feb 2023 11:42:45 +0530 Subject: [PATCH 1/5] added before class to add helptext --- core/css/server.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/server.css b/core/css/server.css index 9e45aab0..bc1d91a7 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1729,9 +1729,9 @@ body.theme--highcontrast svg.material-design-icon__svg{ color: #fff; } /* used for help text in the search */ -#search-help-text { +ul.unified-search__results.unified-search__results-files:after { + content: "Due to encryption the search is only done on files' name."; padding: 10px; - text-align: center; font-size: 12px; color: var(--color-text-lighter); } \ No newline at end of file -- GitLab From 63b1180959f7e6211a1782444d39e08399543f22 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Mon, 6 Feb 2023 11:48:57 +0530 Subject: [PATCH 2/5] added id and emmpty content class --- core/css/server.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index bc1d91a7..13bae887 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1729,7 +1729,7 @@ body.theme--highcontrast svg.material-design-icon__svg{ color: #fff; } /* used for help text in the search */ -ul.unified-search__results.unified-search__results-files:after { +#header-menu-unified-search .empty-content:after, #header-menu-unified-search ul.unified-search__results.unified-search__results-files:after { content: "Due to encryption the search is only done on files' name."; padding: 10px; font-size: 12px; -- GitLab From 80a4e740656d6494da2153ce94fb45c76ec73110 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Mon, 6 Feb 2023 15:22:24 +0530 Subject: [PATCH 3/5] added css --- core/css/server.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/css/server.css b/core/css/server.css index 13bae887..35b729c4 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1730,8 +1730,7 @@ body.theme--highcontrast svg.material-design-icon__svg{ } /* used for help text in the search */ #header-menu-unified-search .empty-content:after, #header-menu-unified-search ul.unified-search__results.unified-search__results-files:after { - content: "Due to encryption the search is only done on files' name."; - padding: 10px; + padding: 10px; font-size: 12px; color: var(--color-text-lighter); } \ No newline at end of file -- GitLab From 376576844d05f9582292589919df1f66caa04a36 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 15 Feb 2023 13:37:14 +0530 Subject: [PATCH 4/5] reverted changes --- core/css/server.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/css/server.css b/core/css/server.css index 35b729c4..e8766d4e 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1729,8 +1729,9 @@ body.theme--highcontrast svg.material-design-icon__svg{ color: #fff; } /* used for help text in the search */ -#header-menu-unified-search .empty-content:after, #header-menu-unified-search ul.unified-search__results.unified-search__results-files:after { - padding: 10px; - font-size: 12px; - color: var(--color-text-lighter); +#search-help-text { + padding: 10px; + text-align: center; + font-size: 12px; + color: var(--color-text-lighter); } \ No newline at end of file -- GitLab From d46593b1f4a6ad8e1844512568e73b913e56c7d2 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 16 Feb 2023 23:20:59 +0530 Subject: [PATCH 5/5] added class --- core/css/server.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index e8766d4e..7df94b2f 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1729,7 +1729,7 @@ body.theme--highcontrast svg.material-design-icon__svg{ color: #fff; } /* used for help text in the search */ -#search-help-text { +#header-menu-unified-search .empty-content:after, #header-menu-unified-search ul.unified-search__results.unified-search__results-files:after { padding: 10px; text-align: center; font-size: 12px; -- GitLab