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