Skip to content

Commit

Permalink
Tweak the linkhints CSS to use slightly less padding and bigger text,…
Browse files Browse the repository at this point in the history
… for readability.
  • Loading branch information
philc committed Jan 27, 2012
1 parent c23cfd9 commit d704b6d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions vimium.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ div.internalVimiumHintMarker {
left: -1px;
white-space: nowrap;

font-size: 10px;
padding: 2px 4px 3px 4px;
font-size: 11px;
padding: 1px 3px 0px 3px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), color-stop(100%,#FFC542));
border: solid 1px #C38A22;
border-radius: 3px;
Expand All @@ -70,13 +70,12 @@ div.internalVimiumHintMarker span {
color: #302505;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 10px;
font-size: 11px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

div.internalVimiumHintMarker > .matchingCharacter {
color: white;
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
color: #D4AC3A;
}

/* Help Dialog CSS */
Expand Down

0 comments on commit d704b6d

Please sign in to comment.