From f6bfe601e32adbcb1f0d45fae6a8bf41ff3c60e6 Mon Sep 17 00:00:00 2001 From: Martino Salvetti Date: Mon, 28 Sep 2015 23:51:02 +0200 Subject: [PATCH] Add JS code to select specific orders with a single click. The selection is persistent. --- orderbook.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/orderbook.html b/orderbook.html index 3df46022..fa1ca85f 100644 --- a/orderbook.html +++ b/orderbook.html @@ -30,7 +30,47 @@ .tftable tr {background-color:#2f2f2f;} .tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #686767;} .tftable tr:hover {background-color:#171515;} + .tftable tr.selected {background-color:#171515;} + + + + +