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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user