1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00

remove useless grey background color (#8036)

This commit is contained in:
Michael An
2025-07-11 22:10:56 +08:00
committed by GitHub
parent 02958ef4c5
commit 8d87f6b359
23 changed files with 25 additions and 25 deletions

View File

@@ -8,7 +8,7 @@
}
.shared-file-view-md-header {
background: #f4f4f7;
background: #f5f5f5;
height: 53px;
border-bottom: 1px solid #e8e8e8;
padding: 8px 16px 4px;
@@ -44,7 +44,7 @@
.shared-file-view-body {
height: calc(100% - 60px);
padding: 30px 0 15px;
background: #f4f4f4;
background: #f5f5f5;
border: 1px solid #ededed;
overflow: auto;
}