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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 | 197 |
198 ol.outline-disclosure:focus li.selected { | 198 ol.outline-disclosure:focus li.selected { |
199 color: white; | 199 color: white; |
200 } | 200 } |
201 | 201 |
202 ol.outline-disclosure:focus li.selected * { | 202 ol.outline-disclosure:focus li.selected * { |
203 color: inherit; | 203 color: inherit; |
204 } | 204 } |
205 | 205 |
206 .outline-disclosure li::before { | 206 .outline-disclosure li::before { |
207 float: left; | |
208 -webkit-user-select: none; | 207 -webkit-user-select: none; |
209 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 208 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
210 -webkit-mask-size: 352px 168px; | 209 -webkit-mask-size: 352px 168px; |
211 content: "a"; | 210 content: "aa"; |
212 color: transparent; | 211 color: transparent; |
213 text-shadow: none; | 212 text-shadow: none; |
214 position: relative; | 213 margin-right: -2px; |
215 top: 2px; | |
216 margin-right: 1px; | |
217 width: 10px; | |
218 height: 10px; | |
219 } | 214 } |
220 | 215 |
221 .outline-disclosure li:not(.parent)::before { | 216 .outline-disclosure li:not(.parent)::before { |
222 background-color: transparent; | 217 background-color: transparent; |
223 } | 218 } |
224 | 219 |
225 @media (-webkit-min-device-pixel-ratio: 1.5) { | 220 @media (-webkit-min-device-pixel-ratio: 1.5) { |
226 .outline-disclosure li::before { | 221 .outline-disclosure li::before { |
227 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); | 222 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); |
228 } | 223 } |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 bottom: 0; | 549 bottom: 0; |
555 } | 550 } |
556 | 551 |
557 .viewport-control-gap-element { | 552 .viewport-control-gap-element { |
558 color: transparent; | 553 color: transparent; |
559 } | 554 } |
560 | 555 |
561 .drawer-toolbar { | 556 .drawer-toolbar { |
562 margin-right: -6px; | 557 margin-right: -6px; |
563 } | 558 } |
OLD | NEW |