1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +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

@@ -26,7 +26,7 @@
.sf-chart .grid .grid-y line { .sf-chart .grid .grid-y line {
stroke-dasharray: 8,3; stroke-dasharray: 8,3;
stroke: #F3F3F3; stroke: #f0f0f0;
} }
.sf-chart .grid .grid-x .tick { .sf-chart .grid .grid-x .tick {

View File

@@ -48,7 +48,7 @@
} }
.seafile-customize-select .selected-option .selected-option-show-container { .seafile-customize-select .selected-option .selected-option-show-container {
background: #F2F2F2; background: #f0f0f0;
border-radius: 10px; border-radius: 10px;
padding-right: 6px; padding-right: 6px;
padding-left: 12px; padding-left: 12px;

View File

@@ -1,5 +1,5 @@
.tr-drop-effect { .tr-drop-effect {
background-color: #f8f8f8; background-color: #f7f7f7;
} }
.star-empty { .star-empty {

View File

@@ -3,7 +3,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
background-color: #f4f4f7; background-color: #f5f5f5;
font-size: 1rem; font-size: 1rem;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
} }

View File

@@ -3,7 +3,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
background-color: #f4f4f7; background-color: #f5f5f5;
font-size: 1rem; font-size: 1rem;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
} }

View File

@@ -3,7 +3,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
background-color: #f4f4f7; background-color: #f5f5f5;
font-size: 1rem; font-size: 1rem;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
} }

View File

@@ -112,7 +112,7 @@ body {
.file-view-body .file-view-content { .file-view-body .file-view-content {
padding: 30px 0; padding: 30px 0;
background: #f4f4f4; background: #f5f5f5;
border-right: 4px solid transparent; border-right: 4px solid transparent;
} }

View File

@@ -33,7 +33,7 @@
.activity-selected-modifiers { .activity-selected-modifiers {
min-height: 2rem; min-height: 2rem;
background: #f6f6f6; background: #f5f5f5;
border-bottom: 1px solid #dde2ea; border-bottom: 1px solid #dde2ea;
line-height: 1; line-height: 1;
} }

View File

@@ -80,12 +80,12 @@
} }
.grid-selected-active { .grid-selected-active {
background-color: #f2f4f6; background-color: #f0f0f0;
border-radius: 5px; border-radius: 5px;
} }
.grid-drop-show { .grid-drop-show {
background: #f8f8f8; background: #f7f7f7;
} }
.selection-box { .selection-box {

View File

@@ -194,7 +194,7 @@
margin-bottom: .5em; margin-bottom: .5em;
height: 48px; height: 48px;
padding: 9px 10px; padding: 9px 10px;
background: #f2f2f2; background: #f0f0f0;
border-radius: 2px; border-radius: 2px;
} }

View File

@@ -35,7 +35,7 @@
.activity-selected-modifiers { .activity-selected-modifiers {
min-height: 2rem; min-height: 2rem;
background: #f6f6f6; background: #f5f5f5;
border-bottom: 1px solid #dde2ea; border-bottom: 1px solid #dde2ea;
line-height: 1; line-height: 1;
} }

View File

@@ -37,7 +37,7 @@
color: #666; color: #666;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
background: #f1f1f1; background: #f0f0f0;
border: 1px solid transparent; border: 1px solid transparent;
margin: 12px 0 0; margin: 12px 0 0;
} }

View File

@@ -1,7 +1,7 @@
.file-view-content.md-content { .file-view-content.md-content {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #f4f4f4; background: #f5f5f5;
border-right: none; border-right: none;
padding: 0; padding: 0;
display: flex; display: flex;

View File

@@ -3,7 +3,7 @@
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 2px; border-radius: 2px;
padding: 1px 8px; padding: 1px 8px;
background: #f2f2f2; background: #f0f0f0;
cursor: pointer; cursor: pointer;
font-size: 14px; font-size: 14px;
margin: 10px 5px 0; margin: 10px 5px 0;

View File

@@ -27,7 +27,7 @@ body {
.op-bar { .op-bar {
padding: 9px 10px; padding: 9px 10px;
background: #f2f2f2; background: #f0f0f0;
border-radius: 2px; border-radius: 2px;
} }

View File

@@ -27,7 +27,7 @@ body {
.op-bar { .op-bar {
padding: 9px 10px; padding: 9px 10px;
background: #f2f2f2; background: #f0f0f0;
border-radius: 2px; border-radius: 2px;
} }

View File

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

View File

@@ -1,5 +1,5 @@
.sf-metadata-delete-collaborator { .sf-metadata-delete-collaborator {
background-color: #f6f6f6; background-color: #f5f5f5;
border-bottom: 1px solid #dde2ea; border-bottom: 1px solid #dde2ea;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
min-height: 35px; min-height: 35px;

View File

@@ -1,5 +1,5 @@
.sf-metadata-delete-select-options { .sf-metadata-delete-select-options {
background-color: #f6f6f6; background-color: #f5f5f5;
border-bottom: 1px solid #dde2ea; border-bottom: 1px solid #dde2ea;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
min-height: 35px; min-height: 35px;

View File

@@ -1,5 +1,5 @@
.sf-metadata-delete-select-tags { .sf-metadata-delete-select-tags {
background-color: #f6f6f6; background-color: #f5f5f5;
border-bottom: 1px solid #dde2ea; border-bottom: 1px solid #dde2ea;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
min-height: 28px; min-height: 28px;

View File

@@ -15,7 +15,7 @@
} }
.sf-metadata-ui.tags-formatter .sf-metadata-tags-operation-container .sf-metadata-tags-operation-add-btn:hover { .sf-metadata-ui.tags-formatter .sf-metadata-tags-operation-container .sf-metadata-tags-operation-add-btn:hover {
background-color: #f2f2f2; background-color: #f0f0f0;
} }
.sf-metadata-ui.tags-formatter .sf-metadata-tags-operation-add-btn .seafile-multicolor-icon-add-table { .sf-metadata-ui.tags-formatter .sf-metadata-tags-operation-add-btn .seafile-multicolor-icon-add-table {

View File

@@ -13,7 +13,7 @@ const Image = ({
onDoubleClick, onDoubleClick,
onContextMenu, onContextMenu,
}) => { }) => {
const [background, setBackground] = useState('#f1f1f1'); const [background, setBackground] = useState('#f0f0f0');
const [useFallback, setUseFallback] = useState(false); const [useFallback, setUseFallback] = useState(false);
const onLoad = useCallback(() => { const onLoad = useCallback(() => {

View File

@@ -60,7 +60,7 @@
.sf-metadata-kanban-card .sf-metadata-kanban-card-record .sf-metadata-record-cell-empty { .sf-metadata-kanban-card .sf-metadata-kanban-card-record .sf-metadata-record-cell-empty {
display: inline-block; display: inline-block;
background-color: #f1f1f1; background-color: #f0f0f0;
border-radius: 4px; border-radius: 4px;
height: 8px; height: 8px;
width: 20px; width: 20px;