| 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 .sidebar-pane.accessibility-computed { |
| 8 background-color: rgba(0, 0, 0, 0.03); |
| 9 } |
| 10 |
| 7 .ax-computed-text { | 11 .ax-computed-text { |
| 8 background-image: url(Images/speech.png); | 12 background-image: url(Images/speech.png); |
| 9 background-repeat: no-repeat; | 13 background-repeat: no-repeat; |
| 10 background-position: 0px center; | 14 background-position: 0px center; |
| 11 background-size: 12px; | 15 background-size: 12px; |
| 12 padding-left: 17px; | 16 padding-left: 17px; |
| 13 } | 17 } |
| 14 | 18 |
| 15 .ax-computed-text div { | 19 .ax-computed-text div { |
| 16 display: inline-block; | 20 display: inline-block; |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 margin-left: -11px; | 102 margin-left: -11px; |
| 99 } | 103 } |
| 100 | 104 |
| 101 .ax-value-string { | 105 .ax-value-string { |
| 102 color: rgb(200, 0, 0); | 106 color: rgb(200, 0, 0); |
| 103 } | 107 } |
| 104 | 108 |
| 105 .sidebar-pane-stack .sidebar-pane { | 109 .sidebar-pane-stack .sidebar-pane { |
| 106 padding-left: 4px; | 110 padding-left: 4px; |
| 107 } | 111 } |
| OLD | NEW |