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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 } | 85 } |
86 | 86 |
87 .hidden { | 87 .hidden { |
88 display: none !important; | 88 display: none !important; |
89 } | 89 } |
90 | 90 |
91 .white-background { | 91 .white-background { |
92 background-color: white; | 92 background-color: white; |
93 } | 93 } |
94 | 94 |
| 95 .overflow-hidden { |
| 96 overflow: hidden; |
| 97 } |
| 98 |
95 .nowrap, | 99 .nowrap, |
96 .nowrap-below, | 100 .nowrap-below, |
97 .nowrap-below div, | 101 .nowrap-below div, |
98 .nowrap-below span { | 102 .nowrap-below span { |
99 white-space: nowrap !important; | 103 white-space: nowrap !important; |
100 } | 104 } |
101 | 105 |
102 .toolbar-background { | 106 .toolbar-background { |
103 background-image: linear-gradient(to bottom, rgb(191, 191, 191), rgb(151, 15
1, 151)); | 107 background-image: linear-gradient(to bottom, rgb(191, 191, 191), rgb(151, 15
1, 151)); |
104 padding-left: 1px; | 108 padding-left: 1px; |
(...skipping 2782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2887 } | 2891 } |
2888 | 2892 |
2889 select.drop-down-menu { | 2893 select.drop-down-menu { |
2890 border: none; | 2894 border: none; |
2891 -webkit-appearance: none; | 2895 -webkit-appearance: none; |
2892 } | 2896 } |
2893 | 2897 |
2894 .viewport-control-gap-element { | 2898 .viewport-control-gap-element { |
2895 color: transparent; | 2899 color: transparent; |
2896 } | 2900 } |
OLD | NEW |