| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 | 102 |
| 103 .sidebar-pane-title::before { | 103 .sidebar-pane-title::before { |
| 104 background-position: -4px -96px; | 104 background-position: -4px -96px; |
| 105 } | 105 } |
| 106 | 106 |
| 107 .sidebar-pane-title.expanded::before { | 107 .sidebar-pane-title.expanded::before { |
| 108 background-position: -20px -96px; | 108 background-position: -20px -96px; |
| 109 } | 109 } |
| 110 | 110 |
| 111 .sidebar-pane-toolbar { | 111 .sidebar-pane-toolbar { |
| 112 line-height: 18px; | |
| 113 left: 0; | 112 left: 0; |
| 114 right: 4px; | 113 right: 4px; |
| 115 top: 0; | 114 top: 0; |
| 116 height: 20px; | |
| 117 position: absolute; | 115 position: absolute; |
| 118 pointer-events: none; | 116 pointer-events: none; |
| 119 } | 117 } |
| 120 | 118 |
| 121 .sidebar-pane-toolbar > * { | 119 .sidebar-pane-toolbar > * { |
| 122 pointer-events: auto; | 120 pointer-events: auto; |
| 123 } | 121 } |
| 124 | 122 |
| 125 .sidebar-pane-toolbar > .pane-title-button, | 123 .sidebar-pane-toolbar > .pane-title-button, |
| 126 .sidebar-pane-toolbar > label { | 124 .sidebar-pane-toolbar > label { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 visibility: hidden; | 189 visibility: hidden; |
| 192 } | 190 } |
| 193 | 191 |
| 194 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru
le { | 192 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru
le { |
| 195 visibility: visible; | 193 visibility: visible; |
| 196 } | 194 } |
| 197 | 195 |
| 198 .sidebar-pane-button-new-rule:hover { | 196 .sidebar-pane-button-new-rule:hover { |
| 199 background-position: -23px 0; | 197 background-position: -23px 0; |
| 200 } | 198 } |
| OLD | NEW |