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 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2205 | 2205 |
2206 .soft-context-menu-item { | 2206 .soft-context-menu-item { |
2207 width: 100%; | 2207 width: 100%; |
2208 line-height: 13px; | 2208 line-height: 13px; |
2209 font-size: 14px; | 2209 font-size: 14px; |
2210 border-top: 1px solid transparent; | 2210 border-top: 1px solid transparent; |
2211 border-bottom: 1px solid transparent; | 2211 border-bottom: 1px solid transparent; |
2212 padding: 2px 7px 2px 6px; | 2212 padding: 2px 7px 2px 6px; |
2213 margin: 0 13px 0 0; | 2213 margin: 0 13px 0 0; |
2214 white-space: nowrap; | 2214 white-space: nowrap; |
| 2215 cursor: default; |
2215 } | 2216 } |
2216 | 2217 |
2217 .soft-context-menu-separator { | 2218 .soft-context-menu-separator { |
2218 height: 10px; | 2219 height: 10px; |
2219 margin: 0 1px; | 2220 margin: 0 1px; |
2220 } | 2221 } |
2221 | 2222 |
2222 .soft-context-menu-separator > .separator-line { | 2223 .soft-context-menu-separator > .separator-line { |
2223 margin: 0; | 2224 margin: 0; |
2224 height: 5px; | 2225 height: 5px; |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2803 } | 2804 } |
2804 | 2805 |
2805 .resources-divider-label { | 2806 .resources-divider-label { |
2806 position: absolute; | 2807 position: absolute; |
2807 top: 4px; | 2808 top: 4px; |
2808 right: 3px; | 2809 right: 3px; |
2809 font-size: 80%; | 2810 font-size: 80%; |
2810 white-space: nowrap; | 2811 white-space: nowrap; |
2811 pointer-events: none; | 2812 pointer-events: none; |
2812 } | 2813 } |
OLD | NEW |