1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-08 03:15:48 +01:00

Screw with the default Hint style a bit.

This commit is contained in:
Kris Maglione
2011-01-06 13:37:09 -05:00
parent 1aedb491f8
commit 6a43c18355

View File

@@ -428,8 +428,9 @@ var ConfigBase = Class("ConfigBase", {
Hint;;* {
font: bold 10px "Droid Sans Mono", monospace !important;
padding: 0 1px;
border: 1px solid rgba(0, 0, 0, .5);
margin: -.2ex;
padding: 0 0 0 1px;
outline: 1px solid rgba(0, 0, 0, .5);
background: rgba(255, 248, 231, .8);
color: black;
}