| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 | 91 |
| 92 .sidebar-pane-title::before { | 92 .sidebar-pane-title::before { |
| 93 background-position: -4px -96px; | 93 background-position: -4px -96px; |
| 94 } | 94 } |
| 95 | 95 |
| 96 .sidebar-pane-title.expanded::before { | 96 .sidebar-pane-title.expanded::before { |
| 97 background-position: -20px -96px; | 97 background-position: -20px -96px; |
| 98 } | 98 } |
| 99 | 99 |
| 100 .sidebar-pane > .toolbar { | 100 .sidebar-pane > .toolbar { |
| 101 border-bottom: 1px solid #ddd; | 101 border-bottom: 1px solid #f1f1f1; |
| 102 } | 102 } |
| 103 | 103 |
| 104 .sidebar-pane > .toolbar > * { | 104 .sidebar-pane > .toolbar > * { |
| 105 pointer-events: auto; | 105 pointer-events: auto; |
| 106 } | 106 } |
| 107 | 107 |
| 108 .sidebar-pane-title > .toolbar { | 108 .sidebar-pane-title > .toolbar { |
| 109 position: absolute; | 109 position: absolute; |
| 110 right: 0; | 110 right: 0; |
| 111 top: -3px; | 111 top: -3px; |
| (...skipping 27 matching lines...) Expand all Loading... |
| 139 visibility: hidden; | 139 visibility: hidden; |
| 140 } | 140 } |
| 141 | 141 |
| 142 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru
le { | 142 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru
le { |
| 143 visibility: visible; | 143 visibility: visible; |
| 144 } | 144 } |
| 145 | 145 |
| 146 .sidebar-pane-button-new-rule:hover { | 146 .sidebar-pane-button-new-rule:hover { |
| 147 background-position: -23px 0; | 147 background-position: -23px 0; |
| 148 } | 148 } |
| OLD | NEW |