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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user