diff options
| author | Phil Crosby | 2012-01-26 21:23:21 -0800 | 
|---|---|---|
| committer | Phil Crosby | 2012-01-26 21:23:21 -0800 | 
| commit | d704b6da4848fbd594d7e6fae9065b72916f393a (patch) | |
| tree | 9f30d5e4125595adfebbd262139cda21f8dcf451 /vimium.css | |
| parent | c23cfd9d268fb71a3cb08be67d38b2aa9b3c3d55 (diff) | |
| download | vimium-d704b6da4848fbd594d7e6fae9065b72916f393a.tar.bz2 | |
Tweak the linkhints CSS to use slightly less padding and bigger text, for readability.
Diffstat (limited to 'vimium.css')
| -rw-r--r-- | vimium.css | 9 | 
1 files changed, 4 insertions, 5 deletions
@@ -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; @@ -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 */  | 
