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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 overflow: hidden; | 820 overflow: hidden; |
821 } | 821 } |
822 | 822 |
823 #console-messages { | 823 #console-messages { |
824 flex: 1 1; | 824 flex: 1 1; |
825 padding: 2px 0; | 825 padding: 2px 0; |
826 overflow-y: auto; | 826 overflow-y: auto; |
827 word-wrap: break-word; | 827 word-wrap: break-word; |
828 -webkit-user-select: text; | 828 -webkit-user-select: text; |
829 border-top: 1px solid rgb(230, 230, 230); | 829 border-top: 1px solid rgb(230, 230, 230); |
| 830 -webkit-transform: translateZ(0); |
830 } | 831 } |
831 | 832 |
832 #console-prompt { | 833 #console-prompt { |
833 clear: right; | 834 clear: right; |
834 position: relative; | 835 position: relative; |
835 padding: 1px 22px 1px 0; | 836 padding: 1px 22px 1px 0; |
836 margin-left: 24px; | 837 margin-left: 24px; |
837 min-height: 16px; | 838 min-height: 16px; |
838 white-space: pre-wrap; | 839 white-space: pre-wrap; |
839 -webkit-user-modify: read-write-plaintext-only; | 840 -webkit-user-modify: read-write-plaintext-only; |
(...skipping 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2846 } | 2847 } |
2847 | 2848 |
2848 .root-view > .split-view > .split-view-sidebar { | 2849 .root-view > .split-view > .split-view-sidebar { |
2849 position: relative; | 2850 position: relative; |
2850 } | 2851 } |
2851 | 2852 |
2852 select.drop-down-menu { | 2853 select.drop-down-menu { |
2853 border: none; | 2854 border: none; |
2854 -webkit-appearance: none; | 2855 -webkit-appearance: none; |
2855 } | 2856 } |
OLD | NEW |