Skip to content

Commit

Permalink
Merge pull request #203 from gregurco/path_request_style
Browse files Browse the repository at this point in the history
[Profiler] Patch request style
  • Loading branch information
gregurco committed Jun 10, 2018
2 parents c84a865 + 19bc8ea commit 13e9a9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ php:
env:
- SYMFONY_VERSION=2.7.* # LTS (until 05/2019)
- SYMFONY_VERSION=2.8.* # LTS (until 11/2019)
- SYMFONY_VERSION=3.2.* # (until 01/2018)
- SYMFONY_VERSION=3.3.* # (until 07/2018)
- SYMFONY_VERSION=3.4.* # LTS (until 11/2021)
- SYMFONY_VERSION=4.0.* # (until 01/2019)
- SYMFONY_VERSION=4.1.* # (until 07/2019)
- SYMFONY_VERSION=dev-master

before_install:
Expand All @@ -34,6 +34,8 @@ matrix:
exclude:
- php: 7
env: SYMFONY_VERSION=4.0.* # requires PHP ^7.1.3
- php: 7
env: SYMFONY_VERSION=4.1.* # requires PHP ^7.1.3
- php: 7
env: SYMFONY_VERSION=dev-master # requires PHP ^7.1.3
allow_failures:
Expand Down
15 changes: 15 additions & 0 deletions src/Resources/public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,21 @@
background-color: #10a54a;
}

#gb_profiler .gb_request.gb_request--patch,
#gb_profiler .gb_request.gb_request--patch h3,
#gb_profiler .gb_request.gb_request--patch table,
#gb_profiler .gb_request.gb_request--patch table tr,
#gb_profiler .gb_request.gb_request--patch table th,
#gb_profiler .gb_request.gb_request--patch table td {
background-color: #fbe8e2;
border: 1px solid #fbd4c9;
}

#gb_profiler .gb_request.gb_request--patch h3 .gb_request__method,
#gb_profiler .gb_request.gb_request--patch h3 .gb_request__response {
background-color: #d07e44;
}

#gb_profiler .gb_request.gb_request--delete,
#gb_profiler .gb_request.gb_request--delete h3,
#gb_profiler .gb_request.gb_request--delete table,
Expand Down

0 comments on commit 13e9a9e

Please sign in to comment.