WebUI: Move style of dynamic table header to CSS

This commit is contained in:
buinsky
2016-01-20 12:43:32 +03:00
committed by sledgehammer999
parent e2da3f2ebd
commit a441bca4de
4 changed files with 18 additions and 14 deletions

View File

@@ -88,3 +88,7 @@
white-space: nowrap;
max-width: 300px;
}
tr.dynamicTableHeader {
cursor: pointer;
}