1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 10:50:24 +00:00

change background orange color (#7076)

This commit is contained in:
Michael An
2024-11-21 17:26:08 +08:00
committed by GitHub
parent be62042e0e
commit a770fad73d
12 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
}
.list-tag-popover .tag-list-footer .item-text {
color: #ff8000;
color: #ff9800;
cursor: pointer;
}

View File

@@ -22,7 +22,7 @@
left: -8px;
width: 4px;
height: 24px;
background-color: #ff8000;
background-color: #ff9800;
border-radius: 2px;
display: block;
z-index: 10;

View File

@@ -168,7 +168,7 @@
height: 24px;
left: -8px;
top: 2px;
background-color: #FF8000;
background-color: #ff9800;
border-radius: 2px;
z-index: 0;
}
@@ -416,7 +416,7 @@
left: -8px;
width: 4px;
height: 24px;
background-color: #ff8000;
background-color: #ff9800;
border-radius: 2px;
z-index: 0;
}

View File

@@ -38,7 +38,7 @@
display: block;
width: 4px;
height: 24px;
background-color: #ff8000;
background-color: #ff9800;
border-radius: 2px;
position: absolute;
top: 4px;

View File

@@ -87,6 +87,6 @@
height: 28px;
left: -4px;
top: 3px;
background-color: #FF8000;
background-color: #ff9800;
border-radius: 2px;
}

View File

@@ -13,7 +13,7 @@
}
.option-editor-footer .item-text {
color: #ff8000;
color: #ff9800;
cursor: pointer;
}

View File

@@ -91,7 +91,7 @@ const GEOLOCATION_FORMAT = {
// rate
const DEFAULT_RATE_DATA = {
max: 5,
color: '#FF8000',
color: '#ff9800',
type: 'rate'
};

View File

@@ -1,5 +1,5 @@
export const RATE_COLORS = [
'#FF8000',
'#ff9800',
'#FFB600',
'#E91E63',
'#EB00B1',

View File

@@ -53,7 +53,7 @@
}
.metadata-gallery-image-item-selected {
border: 2px solid #ff8000;
border: 2px solid #ff9800;
}
.metadata-gallery-grid-image {

View File

@@ -13,7 +13,7 @@
}
.sf-metadata-kanban-card.selected {
border-color: #FF8000;
border-color: #ff9800;
}
.sf-metadata-kanban-card:hover {

View File

@@ -229,7 +229,7 @@
}
.sdoc-file-history-versions .history-list-item.item-active .history-info .name {
color: #ff8000;
color: #ff9800;
}
/* mobile options modal */
@@ -265,7 +265,7 @@
}
.sdoc-file-history-versions .history-list-item.item-active .history-info .time {
color: #ff8000;
color: #ff9800;
}
.history-info .owner {

View File

@@ -1470,7 +1470,7 @@ a.table-sort-op:hover {
height: 30px;
left: -8px;
top: 4px;
background-color: #FF8000;
background-color: #ff9800;
border-radius: 2px;
z-index: 2;
}