docs(css): Add background to .type-hint-domelement

`.type-hint-domelement` does not have a background color assigned to it.
DOM element type hints are now proudly displayed with CadetBlue.
This commit is contained in:
Adam Bradley
2014-03-25 10:54:27 -05:00
committed by Brian Ford
parent 2acc91098b
commit f37cd4e4ef

View File

@@ -470,6 +470,10 @@ iframe.example {
background: rgb(90, 84, 189);
}
.type-hint-domelement {
background: rgb(95, 158, 160);
}
.runnable-example-frame {
width:100%;
height:300px;