aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
diff options
context:
space:
mode:
authorPhil Crosby2010-03-09 21:27:28 -0800
committerPhil Crosby2010-03-09 21:45:11 -0800
commit00fa671863d13be7bf12c68136791d76682fb1ba (patch)
treeeeb4e3d7b7fee89aec99ef89e7db3a77e8edbb9e /vimiumFrontend.js
parente91458b21581c6041caa1b3d153cb592bb679c5d (diff)
downloadvimium-00fa671863d13be7bf12c68136791d76682fb1ba.tar.bz2
Ensure that the version number link has an underline.
Diffstat (limited to 'vimiumFrontend.js')
-rw-r--r--vimiumFrontend.js10
1 files changed, 7 insertions, 3 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js
index 80bc80f9..73c59930 100644
--- a/vimiumFrontend.js
+++ b/vimiumFrontend.js
@@ -498,8 +498,12 @@ HUD = {
"line-height: 1.0;" +
"opacity: 0;" +
"}" +
- ".vimiumHUD a, .vimiumHUD a:hover { background-color: transparent; color: blue; }" +
- ".vimiumHUD .close-button {" +
+ ".vimiumHUD a, .vimiumHUD a:hover {" +
+ "background-color: transparent;" +
+ "color: blue;" +
+ "text-decoration: underline;" +
+ "}" +
+ ".vimiumHUD a.close-button {" +
"float:right;" +
"font-family:courier new;" +
"font-weight:bold;" +
@@ -509,7 +513,7 @@ HUD = {
"margin-top:-1px;" +
"font-size:14px;" +
"}" +
- ".vimiumHUD .close-button:hover {" +
+ ".vimiumHUD a.close-button:hover {" +
"color:#333333;" +
"cursor:default;" +
"-webkit-user-select:none;" +