Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: Source/devtools/front_end/inspector.css

Issue 212653002: DevTools: Fix console message text rendering when RTL is present (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698