diff options
| author | Sekib Omazic | 2014-03-07 19:08:20 +0100 |
|---|---|---|
| committer | Vojta Jina | 2014-03-21 11:42:18 -0700 |
| commit | 344cdce1365f99807453d9cad125a5d5a6564294 (patch) | |
| tree | 100a07aafd3248eccf4fe2649710c5f6743ac0ba | |
| parent | f0347d5efa193b6f59ac854798e90feaee727c77 (diff) | |
| download | angular.js-344cdce1365f99807453d9cad125a5d5a6564294.tar.bz2 | |
docs(css): RegExp doesn't have .type-hint-regexp class
type-hint-regexp gets a nice color
closes #6596
| -rw-r--r-- | docs/app/assets/css/docs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index f9f0253c..2a012c07 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -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; |
