From 3b246024d779414a1eded8f2e997b2ba0b53875d Mon Sep 17 00:00:00 2001 From: Anna Bodnia Date: Tue, 23 Feb 2016 21:08:44 +0200 Subject: [PATCH] Ran gulp --- dist/css/print.css | 4 ++++ dist/css/screen.css | 4 ++++ src/main/html/css/print.css | 10 +++++----- src/main/html/css/screen.css | 10 +++++----- src/main/html/index.html | 2 +- 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/dist/css/print.css b/dist/css/print.css index a0a320de..f0d90689 100644 --- a/dist/css/print.css +++ b/dist/css/print.css @@ -1181,6 +1181,10 @@ .swagger-section .oauth_submit { text-align: center; } +.swagger-section .authorize__btn:hover { + text-decoration: underline; + cursor: pointer; +} .swagger-section .auth_container .basic_auth__title { color: #547f00; font-size: 1.2em; diff --git a/dist/css/screen.css b/dist/css/screen.css index b568a8bb..3235151e 100644 --- a/dist/css/screen.css +++ b/dist/css/screen.css @@ -1181,6 +1181,10 @@ .swagger-section .oauth_submit { text-align: center; } +.swagger-section .authorize__btn:hover { + text-decoration: underline; + cursor: pointer; +} .swagger-section .auth_container .basic_auth__title { color: #547f00; font-size: 1.2em; diff --git a/src/main/html/css/print.css b/src/main/html/css/print.css index 7a8c3264..f0d90689 100644 --- a/src/main/html/css/print.css +++ b/src/main/html/css/print.css @@ -124,11 +124,11 @@ display: block; overflow-x: auto; padding: 0.5em; - background: #f0f0f0; + background: #F0F0F0; } .swagger-section .hljs, .swagger-section .hljs-subst { - color: #444444; + color: #444; } .swagger-section .hljs-keyword, .swagger-section .hljs-attribute, @@ -143,7 +143,7 @@ .swagger-section .hljs-bullet, .swagger-section .hljs-code, .swagger-section .hljs-addition { - color: #1f811f; + color: #1F811F; } .swagger-section .hljs-regexp, .swagger-section .hljs-symbol, @@ -152,7 +152,7 @@ .swagger-section .hljs-link, .swagger-section .hljs-selector-attr, .swagger-section .hljs-selector-pseudo { - color: #bc6060; + color: #BC6060; } .swagger-section .hljs-type, .swagger-section .hljs-string, @@ -173,7 +173,7 @@ color: #888888; } .swagger-section .hljs-meta { - color: #2b6ea1; + color: #2B6EA1; } .swagger-section .hljs-emphasis { font-style: italic; diff --git a/src/main/html/css/screen.css b/src/main/html/css/screen.css index 5c9d76b1..3235151e 100644 --- a/src/main/html/css/screen.css +++ b/src/main/html/css/screen.css @@ -124,11 +124,11 @@ display: block; overflow-x: auto; padding: 0.5em; - background: #f0f0f0; + background: #F0F0F0; } .swagger-section .hljs, .swagger-section .hljs-subst { - color: #444444; + color: #444; } .swagger-section .hljs-keyword, .swagger-section .hljs-attribute, @@ -143,7 +143,7 @@ .swagger-section .hljs-bullet, .swagger-section .hljs-code, .swagger-section .hljs-addition { - color: #1f811f; + color: #1F811F; } .swagger-section .hljs-regexp, .swagger-section .hljs-symbol, @@ -152,7 +152,7 @@ .swagger-section .hljs-link, .swagger-section .hljs-selector-attr, .swagger-section .hljs-selector-pseudo { - color: #bc6060; + color: #BC6060; } .swagger-section .hljs-type, .swagger-section .hljs-string, @@ -173,7 +173,7 @@ color: #888888; } .swagger-section .hljs-meta { - color: #2b6ea1; + color: #2B6EA1; } .swagger-section .hljs-emphasis { font-style: italic; diff --git a/src/main/html/index.html b/src/main/html/index.html index 7c5f45e9..d95471a1 100644 --- a/src/main/html/index.html +++ b/src/main/html/index.html @@ -36,7 +36,7 @@ if (url && url.length > 1) { url = decodeURIComponent(url[1]); } else { - url = "http://localhost:3001/swagger.json"; + url = "http://petstore.swagger.io/v2/swagger.json"; } hljs.configure({