Row select.

This commit is contained in:
Thorsten Muerell
2017-11-05 23:07:21 +01:00
parent c80cc73d24
commit e9c668359d

View File

@@ -16,6 +16,9 @@ export class TextDocumentContentProvider implements vscode.TextDocumentContentPr
border: solid 1px white;
padding: 3px;
}
tr:hover {
background-color: #aaaa66;
}
#limitBox a {
color: white;
padding: 3px;