From fc88ea108c6f39f5f9e5e828dc1d3a8915d9d93b Mon Sep 17 00:00:00 2001 From: Daniel MacDougall Date: Sun, 1 Apr 2012 00:33:40 -0700 Subject: Add visual confirmation when url excluded via popup --- icons/check.png | Bin 0 -> 393 bytes popup.html | 17 ++++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/check.png diff --git a/icons/check.png b/icons/check.png new file mode 100644 index 00000000..def20c00 Binary files /dev/null and b/icons/check.png differ diff --git a/popup.html b/popup.html index a788eab4..7fb9b646 100644 --- a/popup.html +++ b/popup.html @@ -5,10 +5,23 @@ } #vimiumPopup { width: 300px; } + #excludeControls { padding: 10px; } - #popupInput { width: 180px; } + + #popupInput { + width: 160px; + } + + #excludeConfirm { + display: inline-block; + width: 18px; + height: 13px; + background: url(icons/check.png) 3px 2px no-repeat; + display: none; + } + #popupButton { margin-left: 10px; } #popupMenu ul { @@ -32,6 +45,7 @@