Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-29 12:16:03 +0300
committerJulius Härtl <jus@bitgrid.net>2022-09-01 15:15:41 +0300
commitb455b07390ccfc8c00d5ca66817b83edaaf4ff7e (patch)
tree5f7f332999a0b6ed00c18df88a3f00f4b0c1f0c2
parent5c4ad4efe5f041dd1f65d4f3384fb9e65339c448 (diff)
Fix some minor styling issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--core/css/apps.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 45b7d77a302..0bee1a7ba45 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -789,7 +789,7 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width -
#app-settings-header {
box-sizing: border-box;
- background-color: var(--color-main-background);
+ background-color: transparent;
overflow: hidden;
border-radius: var(--border-radius-pill);
}
@@ -802,7 +802,7 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width -
width: 100%;
padding: 0;
margin: 0;
- background-color: var(--color-main-background);
+ background-color: transparent;
box-shadow: none;
border: 0;
border-radius: 0;