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 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 } | 1166 } |
1167 | 1167 |
1168 .console-formatted-number { | 1168 .console-formatted-number { |
1169 color: rgb(28, 0, 207); | 1169 color: rgb(28, 0, 207); |
1170 } | 1170 } |
1171 | 1171 |
1172 .console-formatted-string, | 1172 .console-formatted-string, |
1173 .console-formatted-regexp { | 1173 .console-formatted-regexp { |
1174 color: rgb(196, 26, 22); | 1174 color: rgb(196, 26, 22); |
1175 white-space: pre; | 1175 white-space: pre; |
| 1176 unicode-bidi: -webkit-isolate; |
1176 } | 1177 } |
1177 | 1178 |
1178 .console-formatted-null, | 1179 .console-formatted-null, |
1179 .console-formatted-undefined { | 1180 .console-formatted-undefined { |
1180 color: rgb(128, 128, 128); | 1181 color: rgb(128, 128, 128); |
1181 } | 1182 } |
1182 | 1183 |
1183 .console-formatted-preview-node, | 1184 .console-formatted-preview-node, |
1184 .section .console-formatted-node { | 1185 .section .console-formatted-node { |
1185 color: rgb(136, 18, 128); | 1186 color: rgb(136, 18, 128); |
(...skipping 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2849 } | 2850 } |
2850 | 2851 |
2851 .root-view > .split-view > .split-view-sidebar { | 2852 .root-view > .split-view > .split-view-sidebar { |
2852 position: relative; | 2853 position: relative; |
2853 } | 2854 } |
2854 | 2855 |
2855 select.drop-down-menu { | 2856 select.drop-down-menu { |
2856 border: none; | 2857 border: none; |
2857 -webkit-appearance: none; | 2858 -webkit-appearance: none; |
2858 } | 2859 } |
OLD | NEW |