Feature: Job Queues

Also UI style, theme and element changes
This commit is contained in:
Gary Sharp
2014-02-03 14:50:08 +11:00
parent bdb3e1e6b4
commit 3f63281dc4
212 changed files with 17334 additions and 5441 deletions
+8 -3
View File
@@ -19,8 +19,13 @@
border: solid 1px @TableDataBorderColour;
}
& > tbody > tr:hover > td {
background-color: @TableDataBorderColour;
& > tbody > tr:hover {
& > td {
background-color: darken(@white, 0.5%);
}
&:nth-child(odd) > td {
background-color: darken(@TableDataRowBackgroundColor, 1%);
}
}
& > tfoot > tr > th, & > tfoot > tr > td {
@@ -41,7 +46,7 @@
th
{
background-color: @TableDataDarkBorderColour;
background-color: @TableDataDarkBackgroundColour;
border: solid 1px @TableDataDarkBorderColour;
}
}