minor #16218 [WebProfilerBundle] [toolbar] Changed profiler toolbar green color to comply with WCAG 2.0AA (spreston)

This PR was merged into the 2.3 branch.

Discussion
----------

[WebProfilerBundle] [toolbar] Changed profiler toolbar green color to comply with WCAG 2.0AA

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -
[WebProfilerBundle] Modified green icon colors for min contrast of 4.5
(resubmitting this on the 2.3 branch. Previous PR was #15827)

Commits
-------

58f5168 [WebProfiler] [toolbar] Changed profiler toolbar color to comply with WCAG 2.0AA contrast standards
This commit is contained in:
Fabien Potencier 2015-10-13 08:30:56 +02:00
commit 17499f550e
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
}
.sf-toolbar-block .sf-toolbar-status-green {
background-color: #759e1a;
background-color: #5e8014;
}
.sf-toolbar-block .sf-toolbar-status-red {