From 00fa671863d13be7bf12c68136791d76682fb1ba Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Tue, 9 Mar 2010 21:27:28 -0800 Subject: Ensure that the version number link has an underline. --- vimiumFrontend.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'vimiumFrontend.js') 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;" + -- cgit v1.2.3