mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 21:33:32 +02:00
Screw with the default Hint style a bit.
This commit is contained in:
@@ -428,8 +428,9 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
|
|
||||||
Hint;;* {
|
Hint;;* {
|
||||||
font: bold 10px "Droid Sans Mono", monospace !important;
|
font: bold 10px "Droid Sans Mono", monospace !important;
|
||||||
padding: 0 1px;
|
margin: -.2ex;
|
||||||
border: 1px solid rgba(0, 0, 0, .5);
|
padding: 0 0 0 1px;
|
||||||
|
outline: 1px solid rgba(0, 0, 0, .5);
|
||||||
background: rgba(255, 248, 231, .8);
|
background: rgba(255, 248, 231, .8);
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user