Hide Document Templates & UI Tweaks

Flag Document Templates as hidden. UI changes aim to improve visibility
of used features in lists.
This commit is contained in:
Gary Sharp
2016-11-10 17:42:10 +11:00
parent b52cbcb94a
commit 4c91d03385
55 changed files with 1485 additions and 613 deletions
+2 -7
View File
@@ -19,13 +19,8 @@
border: solid 1px @TableDataBorderColour;
}
& > tbody > tr:hover {
& > td {
background-color: darken(@white, 0.5%);
}
&:nth-child(odd) > td {
background-color: darken(@TableDataRowBackgroundColor, 1%);
}
& > tbody > tr:hover > td {
background-color: darken(@TableDataRowBackgroundColor, 1%);
}
& > tfoot > tr > th, & > tfoot > tr > td {