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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 position: relative; | 66 position: relative; |
67 } | 67 } |
68 | 68 |
69 .sidebar-pane-title.expanded, | 69 .sidebar-pane-title.expanded, |
70 .sidebar-pane-title:last-child { | 70 .sidebar-pane-title:last-child { |
71 border-bottom: 1px solid #ddd; | 71 border-bottom: 1px solid #ddd; |
72 } | 72 } |
73 | 73 |
74 .sidebar-pane-title::before { | 74 .sidebar-pane-title::before { |
75 background-image: url(Images/toolbarButtonGlyphs.png); | 75 background-image: url(Images/toolbarButtonGlyphs.png); |
76 background-size: 352px 144px; | 76 background-size: 352px 168px; |
77 opacity: 0.5; | 77 opacity: 0.5; |
78 float: left; | 78 float: left; |
79 width: 11px; | 79 width: 11px; |
80 height: 11px; | 80 height: 11px; |
81 margin-right: 2px; | 81 margin-right: 2px; |
82 content: "a"; | 82 content: "a"; |
83 color: transparent; | 83 color: transparent; |
84 } | 84 } |
85 | 85 |
86 @media (-webkit-min-device-pixel-ratio: 1.5) { | 86 @media (-webkit-min-device-pixel-ratio: 1.5) { |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |