1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 12:45:47 +01:00

Make a distinction between Hint/@number and Hint/@text. Closes issue #186.

This commit is contained in:
Kris Maglione
2010-12-16 22:49:00 -05:00
parent 011a7edd29
commit 2b254ecc6b
5 changed files with 17 additions and 17 deletions

View File

@@ -270,7 +270,7 @@ const ConfigBase = Class(ModuleBase, {
border: 0px solid ButtonShadow !important;
padding: 0px 1px !important;
}
Hint::after;;* content: attr(number) !important;
Hint::after;;* content: attr(text) !important;
HintElem;;* background-color: yellow !important; color: black !important;
HintActive;;* background-color: #88FF00 !important; color: black !important;
HintImage;;* opacity: .5 !important;