]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/cfgroot/header.pl
updatexlrator.cgi: Update to naming of variables in css section
[ipfire-2.x.git] / config / cfgroot / header.pl
index e4d9171618e42394e497e7c44df34565e557a29c..955ed2646b07c4bec355a2f00a74f87a5766685a 100644 (file)
@@ -58,6 +58,31 @@ $Header::extraHead = <<END
        .red {
                background-color: red;
        }                       
+       .table1colour {
+               background-color: $Header::table1colour;
+       }
+       .table2colour {
+               background-color: $Header::table2colour;
+       }
+       .percent-box {
+               border-style: solid;
+               border-width: 1px;
+               border-color: #a0a0a0;
+               width: 100px;
+               height: 10px;
+       }
+       .percent-bar {
+               background-color: #a0a0a0;
+               border-style: solid;
+               border-width: 1px;
+               border-color: #e2e2e2;
+       }
+       .percent-space {
+               background-color: #e2e2e2;
+               border-style: solid;
+               border-width: 1px;
+               border-color: #e2e2e2;
+       }
 </style>
 END
 ;