1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-03 19:05:47 +01:00

Fix some horrible color clashes in ErrorMsgs.

This commit is contained in:
Kris Maglione
2011-03-17 12:18:42 -04:00
parent df32e17e3e
commit b7eb21139a

View File

@@ -644,6 +644,10 @@ var ConfigBase = Class("ConfigBase", {
padding-right: 13px;
}
ErrorMsg HelpEx color: inherit; background: inherit; text-decoration: underline;
ErrorMsg HelpKey color: inherit; background: inherit; text-decoration: underline;
ErrorMsg HelpOption color: inherit; background: inherit; text-decoration: underline;
ErrorMsg HelpTopic color: inherit; background: inherit; text-decoration: underline;
HelpTOC
HelpTOC>ol ol margin-left: -1em;