From ae59d3fa7ec288832bd8a0e6b41428e66b5ab1e0 Mon Sep 17 00:00:00 2001 From: Peter Parks Date: Mon, 31 Oct 2011 20:45:46 -0700 Subject: In response to issue 363 I Adjusted the CSS for .internalVimiumHintMarker for greater specificity so linkhints won't be so easily tampered with by the sites CSS. --- background_page.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/background_page.html b/background_page.html index 51f9d462..7b14f11b 100644 --- a/background_page.html +++ b/background_page.html @@ -51,20 +51,23 @@ '.internalVimiumHintMarker {' + 'position:absolute;' + 'background-color:yellow;' + - 'color:black;' + - 'font-weight:bold;' + - 'font-size:12px;' + 'padding:0 1px;' + - 'line-height:100%;' + 'width:auto;' + 'display:block;' + 'border:1px solid #E3BE23;' + 'z-index:99999999;' + - 'font-family:"Helvetica Neue", "Helvetica", "Arial", "Sans";' + 'top:-1px;' + 'left:-1px;' + 'white-space:nowrap;' + '}' + + 'div .internalVimiumHintMarker span {' + + 'color: black;' + + 'font-weight: bold;' + + 'font-size: 12px;' + + 'font-style: normal;' + + 'line-height: 100%;' + + 'font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans";' + + '}' + '.internalVimiumHintMarker > .matchingCharacter {' + 'color:#C79F0B;' + '}'; -- cgit v1.2.3