From f4973c217760cb847e704cb777ff45ed0ad56bd4 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 20 Mar 2024 14:56:15 -0700 Subject: [PATCH 1/7] ui regressiong --- core/css/guest.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/guest.css b/core/css/guest.css index cea50149..104a2924 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1730,3 +1730,6 @@ a.legal { #body-login .guest-box.login-box .lost-password-container .notecard.notecard--success{ color:#222222 !important; } +#app-content-files .app-files .actions .button.new{ + background-color: var(--color-primary); +} \ No newline at end of file -- GitLab From 599ed6c3078a473f56188a3048f77b1c07701f8a Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 20 Mar 2024 14:58:22 -0700 Subject: [PATCH 2/7] ui regressiong --- core/css/guest.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/guest.css b/core/css/guest.css index 104a2924..b45a7647 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1732,4 +1732,5 @@ a.legal { } #app-content-files .app-files .actions .button.new{ background-color: var(--color-primary); + color: #FFFFFF; } \ No newline at end of file -- GitLab From bd99fb4e94470b88312b58619e1ec51e7133b5c1 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 20 Mar 2024 14:58:30 -0700 Subject: [PATCH 3/7] ui regressiong --- core/css/guest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/guest.css b/core/css/guest.css index b45a7647..e5445d3e 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1730,7 +1730,7 @@ a.legal { #body-login .guest-box.login-box .lost-password-container .notecard.notecard--success{ color:#222222 !important; } -#app-content-files .app-files .actions .button.new{ +#app-content-files .actions .button.new{ background-color: var(--color-primary); color: #FFFFFF; } \ No newline at end of file -- GitLab From dd4df86ea08340498b5e494e3e6bb5aea3bb6711 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 20 Mar 2024 14:59:39 -0700 Subject: [PATCH 4/7] ui regressiong --- core/css/guest.css | 4 ---- core/css/server.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index e5445d3e..cea50149 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1730,7 +1730,3 @@ a.legal { #body-login .guest-box.login-box .lost-password-container .notecard.notecard--success{ color:#222222 !important; } -#app-content-files .actions .button.new{ - background-color: var(--color-primary); - color: #FFFFFF; -} \ No newline at end of file diff --git a/core/css/server.css b/core/css/server.css index 41a99550..e2f41d60 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1798,4 +1798,8 @@ textarea { .unified-search__result .unified-search__result-icon,.unified-search__result .unified-search__result-icon img,.v-popper__popper .icon-filter { filter :var(--inactive-icon-filter); +} +#app-content-files .actions .button.new{ + background-color: var(--color-primary); + color: #FFFFFF; } \ No newline at end of file -- GitLab From 3c4ed8db814f4190b5182f3fc9e21e8b2fc68b78 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 20 Mar 2024 15:16:56 -0700 Subject: [PATCH 5/7] added margintop --- core/css/server.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index e2f41d60..e4095299 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1802,4 +1802,7 @@ textarea { #app-content-files .actions .button.new{ background-color: var(--color-primary); color: #FFFFFF; +} +.files-filestable{ + margin-top: 10px; } \ No newline at end of file -- GitLab From 09b2b233c85b6ff6554b4cfa35111bc2059e56e2 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 20 Mar 2024 15:25:33 -0700 Subject: [PATCH 6/7] change of bg color --- core/css/server.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index e4095299..3c132e0d 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1805,4 +1805,7 @@ textarea { } .files-filestable{ margin-top: 10px; +} +svg#mdi-delete{ + fill: var(--color-sharing-icon-background); } \ No newline at end of file -- GitLab From c188b04390539a46861db1cac90615ff5faca83d Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 20 Mar 2024 15:30:36 -0700 Subject: [PATCH 7/7] change of bg color --- 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 3c132e0d..ba2c7ef1 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1807,5 +1807,5 @@ textarea { margin-top: 10px; } svg#mdi-delete{ - fill: var(--color-sharing-icon-background); + filter: var(--inactive-icon-filter); } \ No newline at end of file -- GitLab