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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 } | 184 } |
185 | 185 |
186 .styles-section { | 186 .styles-section { |
187 padding: 2px 2px 4px 4px; | 187 padding: 2px 2px 4px 4px; |
188 min-height: 18px; | 188 min-height: 18px; |
189 white-space: nowrap; | 189 white-space: nowrap; |
190 background-origin: padding; | 190 background-origin: padding; |
191 background-clip: padding; | 191 background-clip: padding; |
192 -webkit-user-select: text; | 192 -webkit-user-select: text; |
193 border-bottom: 1px solid rgb(191, 191, 191); | 193 border-bottom: 1px solid rgb(191, 191, 191); |
| 194 position: relative; |
194 } | 195 } |
195 | 196 |
196 .styles-pane .sidebar-separator { | 197 .styles-pane .sidebar-separator { |
197 border-top: 0px none; | 198 border-top: 0px none; |
198 } | 199 } |
199 | 200 |
200 .styles-section.user-rule { | 201 .styles-section.user-rule { |
201 display: none; | 202 display: none; |
202 } | 203 } |
203 | 204 |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 | 751 |
751 .crumbs .crumb.selected, .crumbs .crumb.selected:hover { | 752 .crumbs .crumb.selected, .crumbs .crumb.selected:hover { |
752 background-color: rgb(56, 121, 217); | 753 background-color: rgb(56, 121, 217); |
753 color: white; | 754 color: white; |
754 text-shadow: rgba(255, 255, 255, 0.5) 0 0 0; | 755 text-shadow: rgba(255, 255, 255, 0.5) 0 0 0; |
755 } | 756 } |
756 | 757 |
757 .crumbs .crumb:hover { | 758 .crumbs .crumb:hover { |
758 background-color: rgb(216, 216, 216); | 759 background-color: rgb(216, 216, 216); |
759 } | 760 } |
OLD | NEW |