mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
change progress bar color
This commit is contained in:
parent
b085daee4c
commit
14bbd7fa5e
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue