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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 } | 323 } |
324 | 324 |
325 .styles-element-classes-pane .new-class-input { | 325 .styles-element-classes-pane .new-class-input { |
326 padding-left: 3px; | 326 padding-left: 3px; |
327 padding-right: 3px; | 327 padding-right: 3px; |
328 overflow: hidden; | 328 overflow: hidden; |
329 border: 1px solid #ddd; | 329 border: 1px solid #ddd; |
330 line-height: 15px; | 330 line-height: 15px; |
331 margin-left: 3px; | 331 margin-left: 3px; |
332 width: calc(100% - 7px); | 332 width: calc(100% - 7px); |
333 -webkit-user-modify: read-write-plaintext-only; | |
334 background-color: #fff; | 333 background-color: #fff; |
335 cursor: text; | 334 cursor: text; |
336 } | 335 } |
337 | 336 |
338 .styles-element-state-pane > div { | 337 .styles-element-state-pane > div { |
339 margin: 8px 4px 6px; | 338 margin: 8px 4px 6px; |
340 } | 339 } |
341 | 340 |
342 .styles-element-state-pane > table { | 341 .styles-element-state-pane > table { |
343 width: 100%; | 342 width: 100%; |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 display: flex; | 531 display: flex; |
533 flex-direction: row; | 532 flex-direction: row; |
534 align-items: center; | 533 align-items: center; |
535 } | 534 } |
536 | 535 |
537 .elements-tree-header-frame { | 536 .elements-tree-header-frame { |
538 margin-left: 6px; | 537 margin-left: 6px; |
539 margin-right: 6px; | 538 margin-right: 6px; |
540 flex: none; | 539 flex: none; |
541 } | 540 } |
OLD | NEW |