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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user