| Index: third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
|
| index e16e077581f03c61e2e0cc1ae891fe8ac85e5601..a4ae900b2b0ae2593dec7e79aab0f2a73201e3c6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
|
| @@ -4,6 +4,10 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| +.sidebar-pane.accessibility-computed {
|
| + background-color: rgba(0, 0, 0, 0.03);
|
| +}
|
| +
|
| .ax-computed-text {
|
| background-image: url(Images/speech.png);
|
| background-repeat: no-repeat;
|
|
|