aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatalie Perna2014-07-30 10:13:54 -0400
committerNatalie Perna2014-07-30 10:13:54 -0400
commit160da24381c133594c11278cc1a1713572acdec4 (patch)
treefa5636c9e2a7be6ac1f95219923bd1118597fae3
parent0c3523da2972a58d01aa0530a9941e8f6b45cbee (diff)
downloadvimium-160da24381c133594c11278cc1a1713572acdec4.tar.bz2
Pointer cursor on hover over help modal close button
-rw-r--r--content_scripts/vimium.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index a63fc3a5..7998fe5c 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -198,7 +198,6 @@ div#vimiumHelpDialog .optionsPage {
}
div#vimiumHelpDialog a.closeButton:hover {
color:black;
- cursor:default;
-webkit-user-select:none;
}
div#vimiumHelpDialogFooter {