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 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2287 left: 0; | 2287 left: 0; |
2288 overflow: hidden; | 2288 overflow: hidden; |
2289 border-left: 1px solid rgb(184, 184, 184); | 2289 border-left: 1px solid rgb(184, 184, 184); |
2290 margin-left: -1px; | 2290 margin-left: -1px; |
2291 } | 2291 } |
2292 | 2292 |
2293 .node-search-status-bar-item .glyph { | 2293 .node-search-status-bar-item .glyph { |
2294 -webkit-mask-position: -224px -24px; | 2294 -webkit-mask-position: -224px -24px; |
2295 } | 2295 } |
2296 | 2296 |
2297 .responsive-design-status-bar-item .glyph { | 2297 .emulation-status-bar-item .glyph { |
2298 -webkit-mask-position: -164px 0px; | 2298 -webkit-mask-position: -164px 0px; |
2299 } | 2299 } |
2300 | 2300 |
2301 .delete-storage-status-bar-item .glyph { | 2301 .delete-storage-status-bar-item .glyph { |
2302 -webkit-mask-position: -128px 0; | 2302 -webkit-mask-position: -128px 0; |
2303 } | 2303 } |
2304 | 2304 |
2305 .clear-storage-status-bar-item .glyph { | 2305 .clear-storage-status-bar-item .glyph { |
2306 -webkit-mask-position: -64px 0; | 2306 -webkit-mask-position: -64px 0; |
2307 } | 2307 } |
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2896 } | 2896 } |
2897 | 2897 |
2898 select.drop-down-menu { | 2898 select.drop-down-menu { |
2899 border: none; | 2899 border: none; |
2900 -webkit-appearance: none; | 2900 -webkit-appearance: none; |
2901 } | 2901 } |
2902 | 2902 |
2903 .viewport-control-gap-element { | 2903 .viewport-control-gap-element { |
2904 color: transparent; | 2904 color: transparent; |
2905 } | 2905 } |
OLD | NEW |