diff options
| author | Sekib Omazic | 2014-03-07 19:08:20 +0100 |
|---|---|---|
| committer | Brian Ford | 2014-03-17 16:05:40 -0700 |
| commit | df6d34c52b1070d41cd0930d688a450c991c3fab (patch) | |
| tree | daab7072c7dc780cc3a3d7c2e35a34ca5c0a9599 /docs | |
| parent | ed22869e08c85fb7ab792f7869c503876f8e652e (diff) | |
| download | angular.js-df6d34c52b1070d41cd0930d688a450c991c3fab.tar.bz2 | |
docs(css): RegExp doesn't have .type-hint-regexp class
type-hint-regexp gets a nice color
closes #6596
Diffstat (limited to 'docs')
| -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; |
