From eeb2689fd5da08ebcf99ebcede906afe55900f32 Mon Sep 17 00:00:00 2001 From: ziirish Date: Wed, 3 Aug 2016 16:47:14 +0200 Subject: [PATCH] fix: clear button was not shown when server-initiated restoration was disabled --- burpui/static/dashboard.css | 3 +++ burpui/templates/client-browse.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/burpui/static/dashboard.css b/burpui/static/dashboard.css index dd73a433..f7385f86 100644 --- a/burpui/static/dashboard.css +++ b/burpui/static/dashboard.css @@ -7,6 +7,9 @@ body { padding-top: 50px; } +.form-control { + border: 1px solid #cccccc; +} /* * Global add-ons diff --git a/burpui/templates/client-browse.html b/burpui/templates/client-browse.html index f7697f22..d6d9a7a0 100644 --- a/burpui/templates/client-browse.html +++ b/burpui/templates/client-browse.html @@ -90,10 +90,10 @@ -
+