1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +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

@@ -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;
}