change progress bar color

This commit is contained in:
Miao Wang 2020-03-31 22:13:28 +08:00
parent b085daee4c
commit 14bbd7fa5e

View File

@ -554,19 +554,19 @@ TODO: make it draggable;
color: black;
}
#mirror-list thead {
#mirror-list thead, #status-page thead{
background: silver;
border-bottom: 0;
box-shadow: rgba(0,0,0,.1) 0 2px 3px;
}
#mirror-list th {
#mirror-list th, #status-page th {
padding: 0 8px;
border: black 2px solid;
position: relative;
}
#mirror-list th:before {
#mirror-list th:before, #status-page th:before {
content: " ";
position: absolute;
bottom: 0;
@ -679,3 +679,6 @@ TODO: make it draggable;
margin-right: -15px;
margin-left: -15px;
}
.progress-bar {
background-color: #000080;
}