ytrstu / vimium-firefox

Automatically exported from code.google.com/p/vimium-firefox
0 stars 0 forks source link

Better hint style #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have modified the hint style to make it more beautiful (sry, but idk how to 
add a patch):

    linkHintCss:
        '.internalVimiumHintMarker {' +
        'color: #302505;' +
        'background: -moz-linear-gradient(top, #FFF785, #FFC542);' +
          'border:1px solid #E3BE23;' +
        'border-radius: 2px;' +
          'display:block;' +
          'font-family:"Helvetica Neue", "Helvetica", "Arial", "Sans";' +
          'font-size:12px;' +
          'font-weight:bold;' +
          'left:-1px;' +
          'line-height:100%;' +
          'padding:0 1px;' +
          'position:absolute;' +
          'top:-1px;' +
          'width:auto;' +
          'z-index:99999999;' +
        'padding: 1px 3px 0px 3px;' +
        'text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);' +
        '-moz-box-shadow: 0 3px 7px 0px rgba(0,0,0,0.3);' +
        '}' +
        '.internalVimiumHintMarker > .matchingCharacter {' +
          'color:#C79F0B;' +
        '}',
      /*

Original issue reported on code.google.com by helmut...@gmail.com on 30 Nov 2012 at 10:16

Attachments: