mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
remove useless grey background color (#8036)
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
.tr-drop-effect {
|
.tr-drop-effect {
|
||||||
background-color: #f8f8f8;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.star-empty {
|
.star-empty {
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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(() => {
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user