| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 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 .computed-style-sidebar-pane { | 7 .computed-properties { |
| 8 padding: 2px 2px 4px 4px; | 8 padding: 2px 2px 4px 4px; |
| 9 } | |
| 10 | |
| 11 .computed-properties { | |
| 12 -webkit-user-select: text; | 9 -webkit-user-select: text; |
| 13 } | 10 } |
| 14 | 11 |
| 15 .computed-style-property-inherited { | 12 .computed-style-property-inherited { |
| 16 opacity: 0.5; | 13 opacity: 0.5; |
| 17 } | 14 } |
| 18 | 15 |
| 19 .computed-style-trace-button { | 16 .computed-style-trace-button { |
| 20 display: none; | 17 display: none; |
| 21 position: absolute; | 18 position: absolute; |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 @media (-webkit-min-device-pixel-ratio: 1.5) { | 50 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| 54 .computed-style-trace-button > .glyph { | 51 .computed-style-trace-button > .glyph { |
| 55 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); | 52 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); |
| 56 } | 53 } |
| 57 } /* media */ | 54 } /* media */ |
| 58 | 55 |
| 59 .computed-style-property { | 56 .computed-style-property { |
| 60 position: relative; | 57 position: relative; |
| 61 padding-left: 14px; | 58 padding-left: 14px; |
| 62 } | 59 } |
| OLD | NEW |