WebUI: Move style of dynamic table header to CSS

This commit is contained in:
buinsky
2016-01-20 12:43:32 +03:00
parent 1af8a1533e
commit cdb70a8c14
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;
}