| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2015 The Chromium Authors. All rights reserved. | 2 * Copyright 2015 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 .ax-computed-text { | 7 .ax-computed-text { |
| 8 background-image: url(Images/speech.png); | 8 background-image: url(Images/speech.png); |
| 9 background-repeat: no-repeat; | 9 background-repeat: no-repeat; |
| 10 background-position: 0px center; | 10 background-position: 0px center; |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 span.ax-internal-role { | 48 span.ax-internal-role { |
| 49 font-style: italic; | 49 font-style: italic; |
| 50 } | 50 } |
| 51 | 51 |
| 52 .ax-ignored-info { | 52 .ax-ignored-info { |
| 53 padding: 6px; | 53 padding: 6px; |
| 54 } | 54 } |
| 55 | 55 |
| 56 .ax-ignored-node-pane { | 56 .ax-ignored-node-pane { |
| 57 background-color: hsl(0, 0%, 96%); | 57 background-color: hsl(0, 0%, 96%); |
| 58 flex: none; |
| 58 } | 59 } |
| 59 | 60 |
| 60 .tree-outline li { | 61 .tree-outline li { |
| 61 padding-left: 1px; | 62 padding-left: 1px; |
| 62 align-items: baseline; | 63 align-items: baseline; |
| 63 } | 64 } |
| 64 | 65 |
| 65 .tree-outline li.property { | 66 .tree-outline li.property { |
| 66 color: rgb(33, 33, 33); | 67 color: rgb(33, 33, 33); |
| 67 } | 68 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 97 margin-left: -11px; | 98 margin-left: -11px; |
| 98 } | 99 } |
| 99 | 100 |
| 100 .ax-value-string { | 101 .ax-value-string { |
| 101 color: rgb(200, 0, 0); | 102 color: rgb(200, 0, 0); |
| 102 } | 103 } |
| 103 | 104 |
| 104 .sidebar-pane-stack .sidebar-pane { | 105 .sidebar-pane-stack .sidebar-pane { |
| 105 padding-left: 4px; | 106 padding-left: 4px; |
| 106 } | 107 } |
| OLD | NEW |