From d8342ce8bef66c882f197c64189dacc45d3b38c5 Mon Sep 17 00:00:00 2001 From: Peter Parks Date: Tue, 1 Nov 2011 15:57:27 -0700 Subject: Added additional css properties to span definition that could possibly be overwritten by websites. --- background_page.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'background_page.html') diff --git a/background_page.html b/background_page.html index 7b14f11b..c0332d7f 100644 --- a/background_page.html +++ b/background_page.html @@ -60,13 +60,23 @@ 'left:-1px;' + 'white-space:nowrap;' + '}' + - 'div .internalVimiumHintMarker span {' + + '.internalVimiumHintMarker span {' + 'color: black;' + + 'text-decoration: none;' + 'font-weight: bold;' + 'font-size: 12px;' + 'font-style: normal;' + + 'letter-spacing: 0;' + + 'text-transform: none;' + + 'text-align: left;' + + 'text-indent: 0;' + 'line-height: 100%;' + 'font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans";' + + 'padding: 0;' + + 'margin: 0;' + + 'float: none;' + + 'border: none;' + + 'background: none;' + '}' + '.internalVimiumHintMarker > .matchingCharacter {' + 'color:#C79F0B;' + -- cgit v1.2.3