]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/static/css/style.css
Some very big changes I cannot break down to distinct commits.
[people/shoehn/ipfire.org.git] / www / static / css / style.css
index 4bb6ece28675a3eca139b1747c03aac909bb055b..c38b3326dcc9d85d7079d39160cbf3e4210a07b2 100644 (file)
@@ -1092,16 +1092,23 @@ table.download-mirrors td {
        padding-right: 10px;
 }
 
+/*
 table.download-mirrors tr.unreachable, td.unreachable {
        border: 1px solid #f55;
        background-color: #f99;
 }
+*/
 
-table.download-mirrors tr.reachable, td.reachable {
+table.download-mirrors tr.ok, td.ok {
        border: 1px solid #5f5;
        background-color: #9f9;
 }
 
+table.download-mirrors tr.outdated, td.outdated {
+       border: 1px solid #55f;
+       background-color: #99f;
+}
+
 table.download-mirrors td.latency {
        width: 70px;
        text-align: right;