| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 } | 75 } |
| 76 | 76 |
| 77 .sidebar-pane-title:active { | 77 .sidebar-pane-title:active { |
| 78 background-color: rgb(204, 204, 204); | 78 background-color: rgb(204, 204, 204); |
| 79 border-top: 1px solid rgb(178, 178, 178); | 79 border-top: 1px solid rgb(178, 178, 178); |
| 80 border-bottom: 1px solid rgb(178, 178, 178); | 80 border-bottom: 1px solid rgb(178, 178, 178); |
| 81 } | 81 } |
| 82 | 82 |
| 83 .sidebar-pane-title::before { | 83 .sidebar-pane-title::before { |
| 84 background-image: url(Images/toolbarButtonGlyphs.png); | 84 background-image: url(Images/toolbarButtonGlyphs.png); |
| 85 background-size: 320px 144px; | 85 background-size: 352px 144px; |
| 86 opacity: 0.5; | 86 opacity: 0.5; |
| 87 float: left; | 87 float: left; |
| 88 width: 11px; | 88 width: 11px; |
| 89 height: 11px; | 89 height: 11px; |
| 90 margin-right: 2px; | 90 margin-right: 2px; |
| 91 content: "a"; | 91 content: "a"; |
| 92 color: transparent; | 92 color: transparent; |
| 93 position: relative; | 93 position: relative; |
| 94 top: 3px; | 94 top: 3px; |
| 95 } | 95 } |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 visibility: hidden; | 191 visibility: hidden; |
| 192 } | 192 } |
| 193 | 193 |
| 194 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru
le { | 194 .styles-section.matched-styles:not(.read-only):hover .sidebar-pane-button-new-ru
le { |
| 195 visibility: visible; | 195 visibility: visible; |
| 196 } | 196 } |
| 197 | 197 |
| 198 .sidebar-pane-button-new-rule:hover { | 198 .sidebar-pane-button-new-rule:hover { |
| 199 background-position: -23px 0; | 199 background-position: -23px 0; |
| 200 } | 200 } |
| OLD | NEW |