mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 11:21:29 +00:00
change background orange color (#7076)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list-tag-popover .tag-list-footer .item-text {
|
.list-tag-popover .tag-list-footer .item-text {
|
||||||
color: #ff8000;
|
color: #ff9800;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
left: -8px;
|
left: -8px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background-color: #ff8000;
|
background-color: #ff9800;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
@@ -168,7 +168,7 @@
|
|||||||
height: 24px;
|
height: 24px;
|
||||||
left: -8px;
|
left: -8px;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
background-color: #FF8000;
|
background-color: #ff9800;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
@@ -416,7 +416,7 @@
|
|||||||
left: -8px;
|
left: -8px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background-color: #ff8000;
|
background-color: #ff9800;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background-color: #ff8000;
|
background-color: #ff9800;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
|
@@ -87,6 +87,6 @@
|
|||||||
height: 28px;
|
height: 28px;
|
||||||
left: -4px;
|
left: -4px;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
background-color: #FF8000;
|
background-color: #ff9800;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.option-editor-footer .item-text {
|
.option-editor-footer .item-text {
|
||||||
color: #ff8000;
|
color: #ff9800;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -91,7 +91,7 @@ const GEOLOCATION_FORMAT = {
|
|||||||
// rate
|
// rate
|
||||||
const DEFAULT_RATE_DATA = {
|
const DEFAULT_RATE_DATA = {
|
||||||
max: 5,
|
max: 5,
|
||||||
color: '#FF8000',
|
color: '#ff9800',
|
||||||
type: 'rate'
|
type: 'rate'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
export const RATE_COLORS = [
|
export const RATE_COLORS = [
|
||||||
'#FF8000',
|
'#ff9800',
|
||||||
'#FFB600',
|
'#FFB600',
|
||||||
'#E91E63',
|
'#E91E63',
|
||||||
'#EB00B1',
|
'#EB00B1',
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.metadata-gallery-image-item-selected {
|
.metadata-gallery-image-item-selected {
|
||||||
border: 2px solid #ff8000;
|
border: 2px solid #ff9800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metadata-gallery-grid-image {
|
.metadata-gallery-grid-image {
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sf-metadata-kanban-card.selected {
|
.sf-metadata-kanban-card.selected {
|
||||||
border-color: #FF8000;
|
border-color: #ff9800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sf-metadata-kanban-card:hover {
|
.sf-metadata-kanban-card:hover {
|
||||||
|
@@ -229,7 +229,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-file-history-versions .history-list-item.item-active .history-info .name {
|
.sdoc-file-history-versions .history-list-item.item-active .history-info .name {
|
||||||
color: #ff8000;
|
color: #ff9800;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* mobile options modal */
|
/* mobile options modal */
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-file-history-versions .history-list-item.item-active .history-info .time {
|
.sdoc-file-history-versions .history-list-item.item-active .history-info .time {
|
||||||
color: #ff8000;
|
color: #ff9800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.history-info .owner {
|
.history-info .owner {
|
||||||
|
@@ -1470,7 +1470,7 @@ a.table-sort-op:hover {
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
left: -8px;
|
left: -8px;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
background-color: #FF8000;
|
background-color: #ff9800;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user