From 974db9828c293d762b5b3eca5ba326566de0b624 Mon Sep 17 00:00:00 2001
From: Natalie Perna
Date: Tue, 29 Jul 2014 10:06:31 -0400
Subject: Replace upgrade notification close x with ×
---
content_scripts/vimium_frontend.coffee | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'content_scripts')
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index fdd008aa..e45c4dfe 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -930,7 +930,7 @@ HUD =
HUD.upgradeNotificationElement().innerHTML = "Vimium has been updated to
- #{version}.x"
+ #{version}.×"
links = HUD.upgradeNotificationElement().getElementsByTagName("a")
links[0].addEventListener("click", HUD.onUpdateLinkClicked, false)
links[1].addEventListener "click", (event) ->
--
cgit v1.2.3
From 0c3523da2972a58d01aa0530a9941e8f6b45cbee Mon Sep 17 00:00:00 2001
From: Natalie Perna
Date: Tue, 29 Jul 2014 19:36:59 -0400
Subject: Replaced help dialog close button with ×
---
content_scripts/vimium.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'content_scripts')
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index acfc806c..a63fc3a5 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -175,14 +175,14 @@ div#vimiumHelpDialog div.advanced { display: none; }
div#vimiumHelpDialog div.advanced td:nth-of-type(3) { color: #555; }
div#vimiumHelpDialog a.closeButton {
position:absolute;
- right:10px;
+ right:7px;
top:5px;
font-family:"courier new";
font-weight:bold;
color:#555;
text-decoration:none;
padding-left:10px;
- font-size:16px;
+ font-size:20px;
}
div#vimiumHelpDialog a {
text-decoration: underline;
--
cgit v1.2.3