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

Play with semi-transparent hints.

This commit is contained in:
Kris Maglione
2011-01-05 17:31:04 -05:00
parent f289de2887
commit 663a398112
2 changed files with 23 additions and 18 deletions

View File

@@ -429,14 +429,15 @@ var ConfigBase = Class("ConfigBase", {
Hint;;* {
font: bold 10px "Droid Sans Mono", monospace !important;
padding: 0 1px;
border: 1px solid black;
background: #fff8e7;
border: 1px solid rgba(0, 0, 0, .5);
background: rgba(255, 248, 231, .8);
color: black;
}
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;
Hint[active];;* background: rgba(255, 253, 208, .8);
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;
// </css>
]]></>, /&#x0d;/g, "\n")),