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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1211 .console-formatted-node .properties { | 1211 .console-formatted-node .properties { |
1212 padding-left: 0 !important; | 1212 padding-left: 0 !important; |
1213 } | 1213 } |
1214 | 1214 |
1215 .console-formatted-number, | 1215 .console-formatted-number, |
1216 .console-formatted-boolean { | 1216 .console-formatted-boolean { |
1217 color: rgb(28, 0, 207); | 1217 color: rgb(28, 0, 207); |
1218 } | 1218 } |
1219 | 1219 |
1220 .console-formatted-string, | 1220 .console-formatted-string, |
1221 .console-formatted-regexp { | 1221 .console-formatted-regexp, |
| 1222 .console-formatted-symbol { |
1222 color: rgb(196, 26, 22); | 1223 color: rgb(196, 26, 22); |
1223 white-space: pre; | 1224 white-space: pre; |
1224 unicode-bidi: -webkit-isolate; | 1225 unicode-bidi: -webkit-isolate; |
1225 } | 1226 } |
1226 | 1227 |
1227 .console-formatted-null, | 1228 .console-formatted-null, |
1228 .console-formatted-undefined { | 1229 .console-formatted-undefined { |
1229 color: rgb(128, 128, 128); | 1230 color: rgb(128, 128, 128); |
1230 } | 1231 } |
1231 | 1232 |
(...skipping 1659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2891 } | 2892 } |
2892 | 2893 |
2893 select.drop-down-menu { | 2894 select.drop-down-menu { |
2894 border: none; | 2895 border: none; |
2895 -webkit-appearance: none; | 2896 -webkit-appearance: none; |
2896 } | 2897 } |
2897 | 2898 |
2898 .viewport-control-gap-element { | 2899 .viewport-control-gap-element { |
2899 color: transparent; | 2900 color: transparent; |
2900 } | 2901 } |
OLD | NEW |