Site.css 858 B

12345678910111213141516171819
  1. .swagger-section #header {
  2. background-color: #2196F3;
  3. padding: 14px;
  4. }
  5. /*.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
  6. background-color: #2196F3;
  7. border-radius: 0;
  8. }
  9. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
  10. background-color: #e7f6ec;
  11. border: 1px solid #2196F3;
  12. }
  13. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
  14. color: #00afff;
  15. }
  16. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
  17. background-color: #ebf7f0;
  18. border-color: #2196F3;
  19. }*/