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:
@@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
.list-tag-popover .tag-list-footer .item-text {
|
||||
color: #ff8000;
|
||||
color: #ff9800;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
left: -8px;
|
||||
width: 4px;
|
||||
height: 24px;
|
||||
background-color: #ff8000;
|
||||
background-color: #ff9800;
|
||||
border-radius: 2px;
|
||||
display: block;
|
||||
z-index: 10;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -38,7 +38,7 @@
|
||||
display: block;
|
||||
width: 4px;
|
||||
height: 24px;
|
||||
background-color: #ff8000;
|
||||
background-color: #ff9800;
|
||||
border-radius: 2px;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
|
@@ -87,6 +87,6 @@
|
||||
height: 28px;
|
||||
left: -4px;
|
||||
top: 3px;
|
||||
background-color: #FF8000;
|
||||
background-color: #ff9800;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
.option-editor-footer .item-text {
|
||||
color: #ff8000;
|
||||
color: #ff9800;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@@ -91,7 +91,7 @@ const GEOLOCATION_FORMAT = {
|
||||
// rate
|
||||
const DEFAULT_RATE_DATA = {
|
||||
max: 5,
|
||||
color: '#FF8000',
|
||||
color: '#ff9800',
|
||||
type: 'rate'
|
||||
};
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
export const RATE_COLORS = [
|
||||
'#FF8000',
|
||||
'#ff9800',
|
||||
'#FFB600',
|
||||
'#E91E63',
|
||||
'#EB00B1',
|
||||
|
@@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
.metadata-gallery-image-item-selected {
|
||||
border: 2px solid #ff8000;
|
||||
border: 2px solid #ff9800;
|
||||
}
|
||||
|
||||
.metadata-gallery-grid-image {
|
||||
|
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
.sf-metadata-kanban-card.selected {
|
||||
border-color: #FF8000;
|
||||
border-color: #ff9800;
|
||||
}
|
||||
|
||||
.sf-metadata-kanban-card:hover {
|
||||
|
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user