From 499b7cdf873285c0c15d0217f0e6a78b1171f3e9 Mon Sep 17 00:00:00 2001 From: Eldad Bercovici Date: Sun, 19 Oct 2014 04:41:28 +0300 Subject: [PATCH] Added indication for deleted rules in request list --- chrome-extension/app/panel.html | 4 +++- chrome-extension/app/scripts/controllers/PanelCtrl.js | 1 + chrome-extension/app/styles/main.css | 9 ++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/chrome-extension/app/panel.html b/chrome-extension/app/panel.html index 5b7ba2f..c136e93 100644 --- a/chrome-extension/app/panel.html +++ b/chrome-extension/app/panel.html @@ -114,7 +114,9 @@
-
+
Modified