docs(css): RegExp doesn't have .type-hint-regexp class

type-hint-regexp gets a nice color

closes #6596
This commit is contained in:
Sekib Omazic
2014-03-07 19:08:20 +01:00
committed by Vojta Jina
parent f0347d5efa
commit 344cdce136

View File

@@ -466,6 +466,10 @@ iframe.example {
background:rgb(189, 63, 66);
}
.type-hint-regexp {
background: rgb(90, 84, 189);
}
.runnable-example-frame {
width:100%;
height:300px;