1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

fixed problems mentioned in #146

This commit is contained in:
David Freina 2021-02-23 23:30:54 +01:00
parent 3d792287f7
commit b21dff6b57

View File

@ -321,6 +321,15 @@ tbody>tr:last-child td {
.progress-bar-info {
background-color: var(--nav-button-color);
}
.glyphicon-compressed:before{
color: #888;
}
.direct-unpack span{
color: #888;
}
.processing-download > div {
background-color: #888;
}
.multioperations-selector {
@ -634,4 +643,4 @@ label {
}
#content a, #content a:hover, #content a:active, #content a:visited, #serverResponse {
color: #eee;
}
}