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 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1346 right: 0; | 1346 right: 0; |
1347 height: 15px; | 1347 height: 15px; |
1348 z-index: -1; | 1348 z-index: -1; |
1349 } | 1349 } |
1350 | 1350 |
1351 .outline-disclosure li.selected .selection { | 1351 .outline-disclosure li.selected .selection { |
1352 display: block; | 1352 display: block; |
1353 background-color: rgb(212, 212, 212); | 1353 background-color: rgb(212, 212, 212); |
1354 } | 1354 } |
1355 | 1355 |
| 1356 .outline-disclosure li.in-clipboard .highlight { |
| 1357 outline: 1px dotted darkgrey; |
| 1358 } |
| 1359 |
1356 .outline-disclosure li.elements-drag-over .selection { | 1360 .outline-disclosure li.elements-drag-over .selection { |
1357 display: block; | 1361 display: block; |
1358 margin-top: -2px; | 1362 margin-top: -2px; |
1359 border-top: 2px solid rgb(56, 121, 217); | 1363 border-top: 2px solid rgb(56, 121, 217); |
1360 } | 1364 } |
1361 | 1365 |
1362 .outline-disclosure ol:focus li.selected .selection { | 1366 .outline-disclosure ol:focus li.selected .selection { |
1363 background-color: rgb(56, 121, 217); | 1367 background-color: rgb(56, 121, 217); |
1364 } | 1368 } |
1365 | 1369 |
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2924 } | 2928 } |
2925 | 2929 |
2926 .viewport-control-gap-element { | 2930 .viewport-control-gap-element { |
2927 color: transparent; | 2931 color: transparent; |
2928 } | 2932 } |
2929 | 2933 |
2930 label.checkbox-with-label { | 2934 label.checkbox-with-label { |
2931 display: flex; | 2935 display: flex; |
2932 -webkit-user-select: none; | 2936 -webkit-user-select: none; |
2933 } | 2937 } |
OLD | NEW |