| 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 } | 755 } |
| 756 | 756 |
| 757 .style-properties li.editing-sub-part { | 757 .style-properties li.editing-sub-part { |
| 758 padding: 3px 6px 8px 18px; | 758 padding: 3px 6px 8px 18px; |
| 759 margin: -1px -6px -8px -6px; | 759 margin: -1px -6px -8px -6px; |
| 760 text-overflow: clip; | 760 text-overflow: clip; |
| 761 } | 761 } |
| 762 | 762 |
| 763 .properties-widget-section { | 763 .properties-widget-section { |
| 764 padding: 2px 0px 2px 5px; | 764 padding: 2px 0px 2px 5px; |
| 765 flex: none; |
| 765 } | 766 } |
| 766 | 767 |
| 767 .sidebar-pane-section-toolbar { | 768 .sidebar-pane-section-toolbar { |
| 768 position: absolute; | 769 position: absolute; |
| 769 right: 0; | 770 right: 0; |
| 770 bottom: 0; | 771 bottom: 0; |
| 771 visibility: hidden; | 772 visibility: hidden; |
| 772 background-color: rgba(255, 255, 255, 0.9); | 773 background-color: rgba(255, 255, 255, 0.9); |
| 773 } | 774 } |
| 774 | 775 |
| 775 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl
y):hover .sidebar-pane-section-toolbar { | 776 .styles-pane:not(.is-editing-style) .styles-section.matched-styles:not(.read-onl
y):hover .sidebar-pane-section-toolbar { |
| 776 visibility: visible; | 777 visibility: visible; |
| 777 } | 778 } |
| OLD | NEW |