| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 } | 217 } |
| 218 | 218 |
| 219 .styles-section-subtitle { | 219 .styles-section-subtitle { |
| 220 color: rgb(85, 85, 85); | 220 color: rgb(85, 85, 85); |
| 221 float: right; | 221 float: right; |
| 222 margin-left: 5px; | 222 margin-left: 5px; |
| 223 max-width: 100%; | 223 max-width: 100%; |
| 224 text-overflow: ellipsis; | 224 text-overflow: ellipsis; |
| 225 overflow: hidden; | 225 overflow: hidden; |
| 226 white-space: nowrap; | 226 white-space: nowrap; |
| 227 height: 14px; |
| 227 } | 228 } |
| 228 | 229 |
| 229 .styles-section .styles-section-subtitle .devtools-link { | 230 .styles-section .styles-section-subtitle .devtools-link { |
| 230 color: inherit; | 231 color: inherit; |
| 231 } | 232 } |
| 232 | 233 |
| 233 .styles-section .selector { | 234 .styles-section .selector { |
| 234 color: #888; | 235 color: #888; |
| 235 } | 236 } |
| 236 | 237 |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 position: absolute; | 527 position: absolute; |
| 527 right: 0; | 528 right: 0; |
| 528 bottom: 0; | 529 bottom: 0; |
| 529 visibility: hidden; | 530 visibility: hidden; |
| 530 background-color: rgba(255, 255, 255, 0.9); | 531 background-color: rgba(255, 255, 255, 0.9); |
| 531 } | 532 } |
| 532 | 533 |
| 533 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl
y):hover .sidebar-pane-section-toolbar { | 534 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl
y):hover .sidebar-pane-section-toolbar { |
| 534 visibility: visible; | 535 visibility: visible; |
| 535 } | 536 } |
| OLD | NEW |