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

Side by Side Diff: Source/WebCore/inspector/front-end/inspector.css

Issue 7147011: Merge 88331 - 2011-06-07 Andrey Kosyakov <caseq@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 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
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 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 } 1049 }
1050 1050
1051 #elements-content.nowrap { 1051 #elements-content.nowrap {
1052 white-space: nowrap; 1052 white-space: nowrap;
1053 } 1053 }
1054 1054
1055 #elements-content > ol { 1055 #elements-content > ol {
1056 display: inline-block; 1056 display: inline-block;
1057 } 1057 }
1058 1058
1059 #elements-content .dom-shadow-root {
1060 color: rgb(90, 90, 90);
1061 }
1062
1063 #elements-sidebar { 1059 #elements-sidebar {
1064 position: absolute; 1060 position: absolute;
1065 top: 0; 1061 top: 0;
1066 right: 0; 1062 right: 0;
1067 bottom: 0; 1063 bottom: 0;
1068 width: 325px; 1064 width: 325px;
1069 border-left: 1px solid rgb(64%, 64%, 64%); 1065 border-left: 1px solid rgb(64%, 64%, 64%);
1070 cursor: default; 1066 cursor: default;
1071 overflow: auto; 1067 overflow: auto;
1072 } 1068 }
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 } 1225 }
1230 1226
1231 .outline-disclosure ol:focus li.selected * { 1227 .outline-disclosure ol:focus li.selected * {
1232 color: inherit; 1228 color: inherit;
1233 } 1229 }
1234 1230
1235 .outline-disclosure li.parent { 1231 .outline-disclosure li.parent {
1236 text-indent: -12px 1232 text-indent: -12px
1237 } 1233 }
1238 1234
1239 .outline-disclosure li .webkit-html-tag.shadow {
1240 opacity: 0.7;
1241 }
1242
1243 .outline-disclosure li .webkit-html-tag.close { 1235 .outline-disclosure li .webkit-html-tag.close {
1244 margin-left: -12px; 1236 margin-left: -12px;
1245 } 1237 }
1246 1238
1247 .outline-disclosure li.parent::before { 1239 .outline-disclosure li.parent::before {
1248 content: url(Images/treeRightTriangleBlack.png); 1240 content: url(Images/treeRightTriangleBlack.png);
1249 float: left; 1241 float: left;
1250 width: 8px; 1242 width: 8px;
1251 height: 8px; 1243 height: 8px;
1252 margin-top: 1px; 1244 margin-top: 1px;
(...skipping 3296 matching lines...) Expand 10 before | Expand all | Expand 10 after
4549 opacity: 0.85; 4541 opacity: 0.85;
4550 color: white; 4542 color: white;
4551 font-size: 12px; 4543 font-size: 12px;
4552 font-weight: bold; 4544 font-weight: bold;
4553 z-index: 10000; 4545 z-index: 10000;
4554 } 4546 }
4555 4547
4556 .resource-view.json { 4548 .resource-view.json {
4557 padding: 5px; 4549 padding: 5px;
4558 } 4550 }
OLDNEW
« no previous file with comments | « Source/WebCore/inspector/front-end/ElementsTreeOutline.js ('k') | Source/WebCore/inspector/front-end/utilities.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698